Shades of Saffron #E8C33B
Tints of Saffron #E8C33B
RGB
CMYK
RGB Variations
Color information
#E8C33B (or 0xE8C33B) is known color: Saffron. HEX triplet: E8, C3 and 3B. RGB value is (232,195,59). Sum of RGB (Red+Green+Blue) = 232+195+59=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 59 (23.44% from 255 or 12.14% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C33B is #173CC4. Grayscale: #BFBFBF. Windows color (decimal): -1522885 or 3916776. OLE color: 3916776.
HSL color Cylindrical-coordinate representation of color #E8C33B: hue angle of 47.17º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8C33B is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 195 | 59 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.09 |
| HSL | 47.17º | 0.79% | 0.57% | - |
| HSV(B) | 47.17º | 0.75% | 0.91% | - |
| XYZ | 53.58 | 56.5 | 12.22 | - |
| YUV | 190.56 | 53.76 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 195 | 59 | 0 | 0.16 | 0.75 | 0.09 | 47.17 | 0.79 | 0.57 |
| Hex | E8 | C3 | 3B | 0 | 10 | 4B | 9 | 2F | 4F | 39 |
| Octal | 350 | 303 | 73 | 0 | 20 | 113 | 11 | 57 | 117 | 71 |
| Binary | 11101000 | 11000011 | 111011 | 0 | 10000 | 1001011 | 1001 | 101111 | 1001111 | 111001 |
Color Harmonies of #E8C33B
Complementary color
Monochromatic Colors of #E8C33B
Black with #E8C33B
Text Example
Text Example
White with #E8C33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C33B; }
p { color: rgb(232,195,59); }
H1.HeaderClassName
{
color: #E8C33B;
}
.AnyTagClassName
{
color: #E8C33B;
}
</style>
background-color css
<style>
a { background-color: #E8C33B; }
a { background-color: rgb(232,195,59); }
div.DivClassName
{
background-color: #E8C33B;
}
.BgClassName
{
background-color: #E8C33B;
}
</style>
border-color css
<style>
span { border-color: #E8C33B; }
span { border-color: rgb(232,195,59); }
td.TdClassName
{
border-color: #E8C33B;
}
.TagClassName
{
border-color: #E8C33B;
}
</style>