Shades of Saffron #E9C438
Tints of Saffron #E9C438
RGB
CMYK
RGB Variations
Color information
#E9C438 (or 0xE9C438) is known color: Saffron. HEX triplet: E9, C4 and 38. RGB value is (233,196,56). Sum of RGB (Red+Green+Blue) = 233+196+56=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 56 (22.27% from 255 or 11.55% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C438 is #163BC7. Grayscale: #BFBFBF. Windows color (decimal): -1457096 or 3720425. OLE color: 3720425.
HSL color Cylindrical-coordinate representation of color #E9C438: hue angle of 47.46º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9C438 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 56 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.09 |
| HSL | 47.46º | 0.8% | 0.57% | - |
| HSV(B) | 47.46º | 0.76% | 0.91% | - |
| XYZ | 54.06 | 57.09 | 11.91 | - |
| YUV | 191.1 | 51.76 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 56 | 0 | 0.16 | 0.76 | 0.09 | 47.46 | 0.8 | 0.57 |
| Hex | E9 | C4 | 38 | 0 | 10 | 4C | 9 | 2F | 50 | 39 |
| Octal | 351 | 304 | 70 | 0 | 20 | 114 | 11 | 57 | 120 | 71 |
| Binary | 11101001 | 11000100 | 111000 | 0 | 10000 | 1001100 | 1001 | 101111 | 1010000 | 111001 |
Color Harmonies of #E9C438
Complementary color
Monochromatic Colors of #E9C438
Black with #E9C438
Text Example
Text Example
White with #E9C438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C438; }
p { color: rgb(233,196,56); }
H1.HeaderClassName
{
color: #E9C438;
}
.AnyTagClassName
{
color: #E9C438;
}
</style>
background-color css
<style>
a { background-color: #E9C438; }
a { background-color: rgb(233,196,56); }
div.DivClassName
{
background-color: #E9C438;
}
.BgClassName
{
background-color: #E9C438;
}
</style>
border-color css
<style>
span { border-color: #E9C438; }
span { border-color: rgb(233,196,56); }
td.TdClassName
{
border-color: #E9C438;
}
.TagClassName
{
border-color: #E9C438;
}
</style>