Shades of Saffron #E9C33C
Tints of Saffron #E9C33C
RGB
CMYK
RGB Variations
Color information
#E9C33C (or 0xE9C33C) is known color: Saffron. HEX triplet: E9, C3 and 3C. RGB value is (233,195,60). Sum of RGB (Red+Green+Blue) = 233+195+60=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C33C is #163CC3. Grayscale: #BFBFBF. Windows color (decimal): -1457348 or 3982313. OLE color: 3982313.
HSL color Cylindrical-coordinate representation of color #E9C33C: hue angle of 46.82º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9C33C is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 60 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.09 |
| HSL | 46.82º | 0.8% | 0.57% | - |
| HSV(B) | 46.82º | 0.74% | 0.91% | - |
| XYZ | 53.94 | 56.68 | 12.37 | - |
| YUV | 190.97 | 54.09 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 60 | 0 | 0.16 | 0.74 | 0.09 | 46.82 | 0.8 | 0.57 |
| Hex | E9 | C3 | 3C | 0 | 10 | 4A | 9 | 2F | 50 | 39 |
| Octal | 351 | 303 | 74 | 0 | 20 | 112 | 11 | 57 | 120 | 71 |
| Binary | 11101001 | 11000011 | 111100 | 0 | 10000 | 1001010 | 1001 | 101111 | 1010000 | 111001 |
Color Harmonies of #E9C33C
Complementary color
Monochromatic Colors of #E9C33C
Black with #E9C33C
Text Example
Text Example
White with #E9C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C33C; }
p { color: rgb(233,195,60); }
H1.HeaderClassName
{
color: #E9C33C;
}
.AnyTagClassName
{
color: #E9C33C;
}
</style>
background-color css
<style>
a { background-color: #E9C33C; }
a { background-color: rgb(233,195,60); }
div.DivClassName
{
background-color: #E9C33C;
}
.BgClassName
{
background-color: #E9C33C;
}
</style>
border-color css
<style>
span { border-color: #E9C33C; }
span { border-color: rgb(233,195,60); }
td.TdClassName
{
border-color: #E9C33C;
}
.TagClassName
{
border-color: #E9C33C;
}
</style>