Shades of Saffron #EFC32D
Tints of Saffron #EFC32D
RGB
CMYK
RGB Variations
Color information
#EFC32D (or 0xEFC32D) is known color: 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
| RGB | 239 | 195 | 45 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.06 |
| HSL | 46.39º | 0.86% | 0.56% | - |
| HSV(B) | 46.39º | 0.81% | 0.94% | - |
| XYZ | 55.59 | 57.57 | 10.67 | - |
| YUV | 191.06 | 45.58 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 45 | 0 | 0.18 | 0.81 | 0.06 | 46.39 | 0.86 | 0.56 |
| Hex | EF | C3 | 2D | 0 | 12 | 51 | 6 | 2E | 56 | 38 |
| Octal | 357 | 303 | 55 | 0 | 22 | 121 | 6 | 56 | 126 | 70 |
| Binary | 11101111 | 11000011 | 101101 | 0 | 10010 | 1010001 | 110 | 101110 | 1010110 | 111000 |
Color Harmonies of #EFC32D
Complementary color
Monochromatic Colors of #EFC32D
Black with #EFC32D
Text Example
Text Example
White with #EFC32D
Text Example
Text Example
HTML Codes & Css Web 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>