#EFC32D

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

Shades of Saffron #EFC32D

Tints of Saffron #EFC32D

Color information

#EFC32D (or 0xEFC32D) is unknown color: approx Saffron. HEX triplet: EF, C3 and 2D. RGB value is (239,195,45). Sum of RGB (Red+Green+Blue) = 239+195+45=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC32D is #103CD2. Grayscale: #BFBFBF. Windows color (decimal): -1064147 or 2999279. OLE color: 2999279.

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

Color convert

RGB23919545-
CMYK00.180.810.06
HSL46.39º85.84%55.69%-
HSV(B)46.39º81.17%93.73%-
XYZ55.5957.5710.67-
YUV191.0645.58162.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.90%
GREEN value IS 195 (76.56% from 255) = 40.71%
BLUE value IS 45 (17.97% from 255) = 9.39%
R=49.90%
G=40.71%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391954500.180.810.0646.3985.8455.69
HexEFC32D0125162e5638
Octal3573035502212165612670
Binary111011111100001110110101001010100011101011101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC32D; }

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

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

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

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

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

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

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

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