#EFC539

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

Shades of Saffron #EFC539

Tints of Saffron #EFC539

Color information

#EFC539 (or 0xEFC539) is unknown color: approx Saffron. HEX triplet: EF, C5 and 39. RGB value is (239,197,57). Sum of RGB (Red+Green+Blue) = 239+197+57=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 57 (22.66% from 255 or 11.56% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC539 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC539 is #103AC6. Grayscale: #C2C2C2. Windows color (decimal): -1063623 or 3786223. OLE color: 3786223.

HSL color Cylindrical-coordinate representation of color #EFC539: hue angle of 46.15º 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 #EFC539 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB23919757-
CMYK00.180.760.06
HSL46.15º85.05%58.04%-
HSV(B)46.15º76.15%93.73%-
XYZ56.358.5812.21-
YUV193.650.91160.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.48%
GREEN value IS 197 (77.34% from 255) = 39.96%
BLUE value IS 57 (22.66% from 255) = 11.56%
R=48.48%
G=39.96%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391975700.180.760.0646.1585.0558.04
HexEFC5390124C62e553a
Octal3573057102211465612572
Binary111011111100010111100101001010011001101011101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC539; }

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

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

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

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

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

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

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

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