Shades of Saffron #EFC03B
Tints of Saffron #EFC03B
RGB
CMYK
RGB Variations
Color information
#EFC03B (or 0xEFC03B) is known color: Saffron. HEX triplet: EF, C0 and 3B. RGB value is (239,192,59). Sum of RGB (Red+Green+Blue) = 239+192+59=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 59 (23.44% from 255 or 12.04% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC03B is #103FC4. Grayscale: #BFBFBF. Windows color (decimal): -1064901 or 3916015. OLE color: 3916015.
HSL color Cylindrical-coordinate representation of color #EFC03B: hue angle of 44.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFC03B is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 59 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.06 |
| HSL | 44.33º | 0.85% | 0.58% | - |
| HSV(B) | 44.33º | 0.75% | 0.94% | - |
| XYZ | 55.24 | 56.37 | 12.11 | - |
| YUV | 190.89 | 53.57 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 59 | 0 | 0.20 | 0.75 | 0.06 | 44.33 | 0.85 | 0.58 |
| Hex | EF | C0 | 3B | 0 | 14 | 4B | 6 | 2C | 55 | 3A |
| Octal | 357 | 300 | 73 | 0 | 24 | 113 | 6 | 54 | 125 | 72 |
| Binary | 11101111 | 11000000 | 111011 | 0 | 10100 | 1001011 | 110 | 101100 | 1010101 | 111010 |
Color Harmonies of #EFC03B
Complementary color
Monochromatic Colors of #EFC03B
Black with #EFC03B
Text Example
Text Example
White with #EFC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC03B; }
p { color: rgb(239,192,59); }
H1.HeaderClassName
{
color: #EFC03B;
}
.AnyTagClassName
{
color: #EFC03B;
}
</style>
background-color css
<style>
a { background-color: #EFC03B; }
a { background-color: rgb(239,192,59); }
div.DivClassName
{
background-color: #EFC03B;
}
.BgClassName
{
background-color: #EFC03B;
}
</style>
border-color css
<style>
span { border-color: #EFC03B; }
span { border-color: rgb(239,192,59); }
td.TdClassName
{
border-color: #EFC03B;
}
.TagClassName
{
border-color: #EFC03B;
}
</style>