Shades of Saffron #E8C738
Tints of Saffron #E8C738
RGB
CMYK
RGB Variations
Color information
#E8C738 (or 0xE8C738) is known color: Saffron. HEX triplet: E8, C7 and 38. RGB value is (232,199,56). Sum of RGB (Red+Green+Blue) = 232+199+56=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C738 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C738 is #1738C7. Grayscale: #C1C1C1. Windows color (decimal): -1521864 or 3721192. OLE color: 3721192.
HSL color Cylindrical-coordinate representation of color #E8C738: hue angle of 48.75º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E8C738 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 56 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.09 |
| HSL | 48.75º | 0.79% | 0.56% | - |
| HSV(B) | 48.75º | 0.76% | 0.91% | - |
| XYZ | 54.42 | 58.29 | 12.12 | - |
| YUV | 192.57 | 50.93 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 56 | 0 | 0.14 | 0.76 | 0.09 | 48.75 | 0.79 | 0.56 |
| Hex | E8 | C7 | 38 | 0 | E | 4C | 9 | 31 | 4F | 38 |
| Octal | 350 | 307 | 70 | 0 | 16 | 114 | 11 | 61 | 117 | 70 |
| Binary | 11101000 | 11000111 | 111000 | 0 | 1110 | 1001100 | 1001 | 110001 | 1001111 | 111000 |
Color Harmonies of #E8C738
Complementary color
Monochromatic Colors of #E8C738
Black with #E8C738
Text Example
Text Example
White with #E8C738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C738; }
p { color: rgb(232,199,56); }
H1.HeaderClassName
{
color: #E8C738;
}
.AnyTagClassName
{
color: #E8C738;
}
</style>
background-color css
<style>
a { background-color: #E8C738; }
a { background-color: rgb(232,199,56); }
div.DivClassName
{
background-color: #E8C738;
}
.BgClassName
{
background-color: #E8C738;
}
</style>
border-color css
<style>
span { border-color: #E8C738; }
span { border-color: rgb(232,199,56); }
td.TdClassName
{
border-color: #E8C738;
}
.TagClassName
{
border-color: #E8C738;
}
</style>