Shades of Saffron #E9C73A
Tints of Saffron #E9C73A
RGB
CMYK
RGB Variations
Color information
#E9C73A (or 0xE9C73A) is known color: Saffron. HEX triplet: E9, C7 and 3A. RGB value is (233,199,58). Sum of RGB (Red+Green+Blue) = 233+199+58=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C73A is #1638C5. Grayscale: #C1C1C1. Windows color (decimal): -1456326 or 3852265. OLE color: 3852265.
HSL color Cylindrical-coordinate representation of color #E9C73A: hue angle of 48.34º 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 #E9C73A is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 199 | 58 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.09 |
| HSL | 48.34º | 0.8% | 0.57% | - |
| HSV(B) | 48.34º | 0.75% | 0.91% | - |
| XYZ | 54.79 | 58.48 | 12.4 | - |
| YUV | 193.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 199 | 58 | 0 | 0.15 | 0.75 | 0.09 | 48.34 | 0.8 | 0.57 |
| Hex | E9 | C7 | 3A | 0 | F | 4B | 9 | 30 | 50 | 39 |
| Octal | 351 | 307 | 72 | 0 | 17 | 113 | 11 | 60 | 120 | 71 |
| Binary | 11101001 | 11000111 | 111010 | 0 | 1111 | 1001011 | 1001 | 110000 | 1010000 | 111001 |
Color Harmonies of #E9C73A
Complementary color
Monochromatic Colors of #E9C73A
Black with #E9C73A
Text Example
Text Example
White with #E9C73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C73A; }
p { color: rgb(233,199,58); }
H1.HeaderClassName
{
color: #E9C73A;
}
.AnyTagClassName
{
color: #E9C73A;
}
</style>
background-color css
<style>
a { background-color: #E9C73A; }
a { background-color: rgb(233,199,58); }
div.DivClassName
{
background-color: #E9C73A;
}
.BgClassName
{
background-color: #E9C73A;
}
</style>
border-color css
<style>
span { border-color: #E9C73A; }
span { border-color: rgb(233,199,58); }
td.TdClassName
{
border-color: #E9C73A;
}
.TagClassName
{
border-color: #E9C73A;
}
</style>