#EFCA39

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

Shades of Saffron #EFCA39

Tints of Saffron #EFCA39

Color information

#EFCA39 (or 0xEFCA39) is unknown color: approx Saffron. HEX triplet: EF, CA and 39. RGB value is (239,202,57). Sum of RGB (Red+Green+Blue) = 239+202+57=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 57 (22.66% from 255 or 11.45% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA39 is #1035C6. Grayscale: #C5C5C5. Windows color (decimal): -1062343 or 3787503. OLE color: 3787503.

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

Color convert

RGB23920257-
CMYK00.150.760.06
HSL47.8º85.05%58.04%-
HSV(B)47.8º76.15%93.73%-
XYZ57.4660.8912.6-
YUV196.5349.26158.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.99%
GREEN value IS 202 (79.30% from 255) = 40.56%
BLUE value IS 57 (22.66% from 255) = 11.45%
R=47.99%
G=40.56%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392025700.150.760.0647.885.0558.04
HexEFCA390F4C630553a
Octal3573127101711466012572
Binary11101111110010101110010111110011001101100001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA39; }

 p { color: rgb(239,202,57); }

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

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

 a { background-color: rgb(239,202,57); }

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

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

 span { border-color: rgb(239,202,57); }

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