Shades of Saffron #EFC333
Tints of Saffron #EFC333
RGB
CMYK
RGB Variations
Color information
#EFC333 (or 0xEFC333) is known color: Saffron. HEX triplet: EF, C3 and 33. RGB value is (239,195,51). Sum of RGB (Red+Green+Blue) = 239+195+51=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC333 is #103CCC. Grayscale: #C0C0C0. Windows color (decimal): -1064141 or 3392495. OLE color: 3392495.
HSL color Cylindrical-coordinate representation of color #EFC333: hue angle of 45.96º 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 #EFC333 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 51 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.06 |
| HSL | 45.96º | 0.85% | 0.57% | - |
| HSV(B) | 45.96º | 0.79% | 0.94% | - |
| XYZ | 55.71 | 57.62 | 11.32 | - |
| YUV | 191.74 | 48.58 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 51 | 0 | 0.18 | 0.79 | 0.06 | 45.96 | 0.85 | 0.57 |
| Hex | EF | C3 | 33 | 0 | 12 | 4F | 6 | 2E | 55 | 39 |
| Octal | 357 | 303 | 63 | 0 | 22 | 117 | 6 | 56 | 125 | 71 |
| Binary | 11101111 | 11000011 | 110011 | 0 | 10010 | 1001111 | 110 | 101110 | 1010101 | 111001 |
Color Harmonies of #EFC333
Complementary color
Monochromatic Colors of #EFC333
Black with #EFC333
Text Example
Text Example
White with #EFC333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC333; }
p { color: rgb(239,195,51); }
H1.HeaderClassName
{
color: #EFC333;
}
.AnyTagClassName
{
color: #EFC333;
}
</style>
background-color css
<style>
a { background-color: #EFC333; }
a { background-color: rgb(239,195,51); }
div.DivClassName
{
background-color: #EFC333;
}
.BgClassName
{
background-color: #EFC333;
}
</style>
border-color css
<style>
span { border-color: #EFC333; }
span { border-color: rgb(239,195,51); }
td.TdClassName
{
border-color: #EFC333;
}
.TagClassName
{
border-color: #EFC333;
}
</style>