Shades of Saffron #E9C33A
Tints of Saffron #E9C33A
RGB
CMYK
RGB Variations
Color information
#E9C33A (or 0xE9C33A) is known color: Saffron. HEX triplet: E9, C3 and 3A. RGB value is (233,195,58). Sum of RGB (Red+Green+Blue) = 233+195+58=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C33A is #163CC5. Grayscale: #BFBFBF. Windows color (decimal): -1457350 or 3851241. OLE color: 3851241.
HSL color Cylindrical-coordinate representation of color #E9C33A: hue angle of 46.97º degrees, saturation: 0.8, 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 #E9C33A is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 58 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.09 |
| HSL | 46.97º | 0.8% | 0.57% | - |
| HSV(B) | 46.97º | 0.75% | 0.91% | - |
| XYZ | 53.88 | 56.66 | 12.1 | - |
| YUV | 190.74 | 53.09 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 58 | 0 | 0.16 | 0.75 | 0.09 | 46.97 | 0.8 | 0.57 |
| Hex | E9 | C3 | 3A | 0 | 10 | 4B | 9 | 2F | 50 | 39 |
| Octal | 351 | 303 | 72 | 0 | 20 | 113 | 11 | 57 | 120 | 71 |
| Binary | 11101001 | 11000011 | 111010 | 0 | 10000 | 1001011 | 1001 | 101111 | 1010000 | 111001 |
Color Harmonies of #E9C33A
Complementary color
Monochromatic Colors of #E9C33A
Black with #E9C33A
Text Example
Text Example
White with #E9C33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C33A; }
p { color: rgb(233,195,58); }
H1.HeaderClassName
{
color: #E9C33A;
}
.AnyTagClassName
{
color: #E9C33A;
}
</style>
background-color css
<style>
a { background-color: #E9C33A; }
a { background-color: rgb(233,195,58); }
div.DivClassName
{
background-color: #E9C33A;
}
.BgClassName
{
background-color: #E9C33A;
}
</style>
border-color css
<style>
span { border-color: #E9C33A; }
span { border-color: rgb(233,195,58); }
td.TdClassName
{
border-color: #E9C33A;
}
.TagClassName
{
border-color: #E9C33A;
}
</style>