#EFC735

Color #EFC735 Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #EFC735

Tints of Saffron #EFC735

Color information

#EFC735 (or 0xEFC735) is unknown color: approx Saffron. HEX triplet: EF, C7 and 35. RGB value is (239,199,53). Sum of RGB (Red+Green+Blue) = 239+199+53=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC735 is #1038CA. Grayscale: #C2C2C2. Windows color (decimal): -1063115 or 3524591. OLE color: 3524591.

HSL color Cylindrical-coordinate representation of color #EFC735: hue angle of 47.1º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFC735 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB23919953-
CMYK00.170.780.06
HSL47.1º85.32%57.25%-
HSV(B)47.1º77.82%93.73%-
XYZ56.6659.4511.86-
YUV194.3248.25159.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 48.68%
GREEN value IS 199 (78.12% from 255) = 40.53%
BLUE value IS 53 (21.09% from 255) = 10.79%
R=48.68%
G=40.53%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391995300.170.780.0647.185.3257.25
HexEFC7350114E62f5539
Octal3573076502111665712571
Binary111011111100011111010101000110011101101011111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC735; }

 p { color: rgb(239,199,53); }

 H1.HeaderClassName
 {
   color: #EFC735;
 }
 .AnyTagClassName
 {
   color: #EFC735;
 }
</style>
background-color css

<style>
 a { background-color: #EFC735; }

 a { background-color: rgb(239,199,53); }

 div.DivClassName
 {
   background-color: #EFC735;
 }
 .BgClassName
 {
   background-color: #EFC735;
 }
</style>
border-color css

<style>
 span { border-color: #EFC735; }

 span { border-color: rgb(239,199,53); }

 td.TdClassName
 {
   border-color: #EFC735;
 }
 .TagClassName
 {
   border-color: #EFC735;
 }
</style>