Shades of Saffron #EFC833
Tints of Saffron #EFC833
RGB
CMYK
RGB Variations
Color information
#EFC833 (or 0xEFC833) is known color: Saffron. HEX triplet: EF, C8 and 33. RGB value is (239,200,51). Sum of RGB (Red+Green+Blue) = 239+200+51=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 51 (20.31% from 255 or 10.41% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC833 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC833 is #1037CC. Grayscale: #C3C3C3. Windows color (decimal): -1062861 or 3393775. OLE color: 3393775.
HSL color Cylindrical-coordinate representation of color #EFC833: hue angle of 47.55º 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 #EFC833 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 51 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.06 |
| HSL | 47.55º | 0.85% | 0.57% | - |
| HSV(B) | 47.55º | 0.79% | 0.94% | - |
| XYZ | 56.85 | 59.9 | 11.7 | - |
| YUV | 194.68 | 46.92 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 51 | 0 | 0.16 | 0.79 | 0.06 | 47.55 | 0.85 | 0.57 |
| Hex | EF | C8 | 33 | 0 | 10 | 4F | 6 | 30 | 55 | 39 |
| Octal | 357 | 310 | 63 | 0 | 20 | 117 | 6 | 60 | 125 | 71 |
| Binary | 11101111 | 11001000 | 110011 | 0 | 10000 | 1001111 | 110 | 110000 | 1010101 | 111001 |
Color Harmonies of #EFC833
Complementary color
Monochromatic Colors of #EFC833
Black with #EFC833
Text Example
Text Example
White with #EFC833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC833; }
p { color: rgb(239,200,51); }
H1.HeaderClassName
{
color: #EFC833;
}
.AnyTagClassName
{
color: #EFC833;
}
</style>
background-color css
<style>
a { background-color: #EFC833; }
a { background-color: rgb(239,200,51); }
div.DivClassName
{
background-color: #EFC833;
}
.BgClassName
{
background-color: #EFC833;
}
</style>
border-color css
<style>
span { border-color: #EFC833; }
span { border-color: rgb(239,200,51); }
td.TdClassName
{
border-color: #EFC833;
}
.TagClassName
{
border-color: #EFC833;
}
</style>