Shades of Saffron #EFC233
Tints of Saffron #EFC233
RGB
CMYK
RGB Variations
Color information
#EFC233 (or 0xEFC233) is known color: Saffron. HEX triplet: EF, C2 and 33. RGB value is (239,194,51). Sum of RGB (Red+Green+Blue) = 239+194+51=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 51 (20.31% from 255 or 10.54% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC233 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC233 is #103DCC. Grayscale: #BFBFBF. Windows color (decimal): -1064397 or 3392239. OLE color: 3392239.
HSL color Cylindrical-coordinate representation of color #EFC233: hue angle of 45.64º 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 #EFC233 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 51 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.06 |
| HSL | 45.64º | 0.85% | 0.57% | - |
| HSV(B) | 45.64º | 0.79% | 0.94% | - |
| XYZ | 55.49 | 57.17 | 11.24 | - |
| YUV | 191.15 | 48.91 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 51 | 0 | 0.19 | 0.79 | 0.06 | 45.64 | 0.85 | 0.57 |
| Hex | EF | C2 | 33 | 0 | 13 | 4F | 6 | 2E | 55 | 39 |
| Octal | 357 | 302 | 63 | 0 | 23 | 117 | 6 | 56 | 125 | 71 |
| Binary | 11101111 | 11000010 | 110011 | 0 | 10011 | 1001111 | 110 | 101110 | 1010101 | 111001 |
Color Harmonies of #EFC233
Complementary color
Monochromatic Colors of #EFC233
Black with #EFC233
Text Example
Text Example
White with #EFC233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC233; }
p { color: rgb(239,194,51); }
H1.HeaderClassName
{
color: #EFC233;
}
.AnyTagClassName
{
color: #EFC233;
}
</style>
background-color css
<style>
a { background-color: #EFC233; }
a { background-color: rgb(239,194,51); }
div.DivClassName
{
background-color: #EFC233;
}
.BgClassName
{
background-color: #EFC233;
}
</style>
border-color css
<style>
span { border-color: #EFC233; }
span { border-color: rgb(239,194,51); }
td.TdClassName
{
border-color: #EFC233;
}
.TagClassName
{
border-color: #EFC233;
}
</style>