Shades of Saffron #EFC033
Tints of Saffron #EFC033
RGB
CMYK
RGB Variations
Color information
#EFC033 (or 0xEFC033) is known color: Saffron. HEX triplet: EF, C0 and 33. RGB value is (239,192,51). Sum of RGB (Red+Green+Blue) = 239+192+51=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 51 (20.31% from 255 or 10.58% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC033 is #103FCC. Grayscale: #BEBEBE. Windows color (decimal): -1064909 or 3391727. OLE color: 3391727.
HSL color Cylindrical-coordinate representation of color #EFC033: hue angle of 45º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFC033 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 51 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.06 |
| HSL | 45º | 0.85% | 0.57% | - |
| HSV(B) | 45º | 0.79% | 0.94% | - |
| XYZ | 55.04 | 56.29 | 11.1 | - |
| YUV | 189.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 51 | 0 | 0.20 | 0.79 | 0.06 | 45 | 0.85 | 0.57 |
| Hex | EF | C0 | 33 | 0 | 14 | 4F | 6 | 2D | 55 | 39 |
| Octal | 357 | 300 | 63 | 0 | 24 | 117 | 6 | 55 | 125 | 71 |
| Binary | 11101111 | 11000000 | 110011 | 0 | 10100 | 1001111 | 110 | 101101 | 1010101 | 111001 |
Color Harmonies of #EFC033
Complementary color
Monochromatic Colors of #EFC033
Black with #EFC033
Text Example
Text Example
White with #EFC033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC033; }
p { color: rgb(239,192,51); }
H1.HeaderClassName
{
color: #EFC033;
}
.AnyTagClassName
{
color: #EFC033;
}
</style>
background-color css
<style>
a { background-color: #EFC033; }
a { background-color: rgb(239,192,51); }
div.DivClassName
{
background-color: #EFC033;
}
.BgClassName
{
background-color: #EFC033;
}
</style>
border-color css
<style>
span { border-color: #EFC033; }
span { border-color: rgb(239,192,51); }
td.TdClassName
{
border-color: #EFC033;
}
.TagClassName
{
border-color: #EFC033;
}
</style>