Shades of Saffron #EAC438
Tints of Saffron #EAC438
RGB
CMYK
RGB Variations
Color information
#EAC438 (or 0xEAC438) is known color: Saffron. HEX triplet: EA, C4 and 38. RGB value is (234,196,56). Sum of RGB (Red+Green+Blue) = 234+196+56=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 56 (22.27% from 255 or 11.52% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC438 is #153BC7. Grayscale: #C0C0C0. Windows color (decimal): -1391560 or 3720426. OLE color: 3720426.
HSL color Cylindrical-coordinate representation of color #EAC438: hue angle of 47.19º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAC438 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 56 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.08 |
| HSL | 47.19º | 0.81% | 0.57% | - |
| HSV(B) | 47.19º | 0.76% | 0.92% | - |
| XYZ | 54.39 | 57.26 | 11.93 | - |
| YUV | 191.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 56 | 0 | 0.16 | 0.76 | 0.08 | 47.19 | 0.81 | 0.57 |
| Hex | EA | C4 | 38 | 0 | 10 | 4C | 8 | 2F | 51 | 39 |
| Octal | 352 | 304 | 70 | 0 | 20 | 114 | 10 | 57 | 121 | 71 |
| Binary | 11101010 | 11000100 | 111000 | 0 | 10000 | 1001100 | 1000 | 101111 | 1010001 | 111001 |
Color Harmonies of #EAC438
Complementary color
Monochromatic Colors of #EAC438
Black with #EAC438
Text Example
Text Example
White with #EAC438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC438; }
p { color: rgb(234,196,56); }
H1.HeaderClassName
{
color: #EAC438;
}
.AnyTagClassName
{
color: #EAC438;
}
</style>
background-color css
<style>
a { background-color: #EAC438; }
a { background-color: rgb(234,196,56); }
div.DivClassName
{
background-color: #EAC438;
}
.BgClassName
{
background-color: #EAC438;
}
</style>
border-color css
<style>
span { border-color: #EAC438; }
span { border-color: rgb(234,196,56); }
td.TdClassName
{
border-color: #EAC438;
}
.TagClassName
{
border-color: #EAC438;
}
</style>