#efc62d

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

Shades of Saffron #EFC62D

Tints of Saffron #EFC62D

Color information

#EFC62D (or 0xEFC62D) is unknown color: approx Saffron. HEX triplet: EF, C6 and 2D. RGB value is (239,198,45). Sum of RGB (Red+Green+Blue) = 239+198+45=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC62D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC62D is #1039D2. Grayscale: #C1C1C1. Windows color (decimal): -1063379 or 3000047. OLE color: 3000047.

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

Color convert

RGB23919845-
CMYK00.170.810.06
HSL47.32º85.84%55.69%-
HSV(B)47.32º81.17%93.73%-
XYZ56.2658.9310.89-
YUV192.8244.58160.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.59%
GREEN value IS 198 (77.73% from 255) = 41.08%
BLUE value IS 45 (17.97% from 255) = 9.34%
R=49.59%
G=41.08%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391984500.170.810.0647.3285.8455.69
HexEFC62D0115162f5638
Octal3573065502112165712670
Binary111011111100011010110101000110100011101011111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc62d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc62d; }

 p { color: rgb(239,198,45); }

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

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

 a { background-color: rgb(239,198,45); }

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

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

 span { border-color: rgb(239,198,45); }

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