Shades of Saffron #EFC33F
Tints of Saffron #EFC33F
RGB
CMYK
RGB Variations
Color information
#EFC33F (or 0xEFC33F) is known color: Saffron. HEX triplet: EF, C3 and 3F. RGB value is (239,195,63). Sum of RGB (Red+Green+Blue) = 239+195+63=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC33F is #103CC0. Grayscale: #C1C1C1. Windows color (decimal): -1064129 or 4178927. OLE color: 4178927.
HSL color Cylindrical-coordinate representation of color #EFC33F: hue angle of 45º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFC33F is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 63 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.06 |
| HSL | 45º | 0.85% | 0.59% | - |
| HSV(B) | 45º | 0.74% | 0.94% | - |
| XYZ | 56.01 | 57.74 | 12.9 | - |
| YUV | 193.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 63 | 0 | 0.18 | 0.74 | 0.06 | 45 | 0.85 | 0.59 |
| Hex | EF | C3 | 3F | 0 | 12 | 4A | 6 | 2D | 55 | 3B |
| Octal | 357 | 303 | 77 | 0 | 22 | 112 | 6 | 55 | 125 | 73 |
| Binary | 11101111 | 11000011 | 111111 | 0 | 10010 | 1001010 | 110 | 101101 | 1010101 | 111011 |
Color Harmonies of #EFC33F
Complementary color
Monochromatic Colors of #EFC33F
Black with #EFC33F
Text Example
Text Example
White with #EFC33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC33F; }
p { color: rgb(239,195,63); }
H1.HeaderClassName
{
color: #EFC33F;
}
.AnyTagClassName
{
color: #EFC33F;
}
</style>
background-color css
<style>
a { background-color: #EFC33F; }
a { background-color: rgb(239,195,63); }
div.DivClassName
{
background-color: #EFC33F;
}
.BgClassName
{
background-color: #EFC33F;
}
</style>
border-color css
<style>
span { border-color: #EFC33F; }
span { border-color: rgb(239,195,63); }
td.TdClassName
{
border-color: #EFC33F;
}
.TagClassName
{
border-color: #EFC33F;
}
</style>