Shades of Saffron #EAC435
Tints of Saffron #EAC435
RGB
CMYK
RGB Variations
Color information
#EAC435 (or 0xEAC435) is known color: Saffron. HEX triplet: EA, C4 and 35. RGB value is (234,196,53). Sum of RGB (Red+Green+Blue) = 234+196+53=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC435 is #153BCA. Grayscale: #BFBFBF. Windows color (decimal): -1391563 or 3523818. OLE color: 3523818.
HSL color Cylindrical-coordinate representation of color #EAC435: hue angle of 47.4º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EAC435 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 53 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.08 |
| HSL | 47.4º | 0.81% | 0.56% | - |
| HSV(B) | 47.4º | 0.77% | 0.92% | - |
| XYZ | 54.31 | 57.23 | 11.55 | - |
| YUV | 191.06 | 50.09 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 53 | 0 | 0.16 | 0.77 | 0.08 | 47.4 | 0.81 | 0.56 |
| Hex | EA | C4 | 35 | 0 | 10 | 4D | 8 | 2F | 51 | 38 |
| Octal | 352 | 304 | 65 | 0 | 20 | 115 | 10 | 57 | 121 | 70 |
| Binary | 11101010 | 11000100 | 110101 | 0 | 10000 | 1001101 | 1000 | 101111 | 1010001 | 111000 |
Color Harmonies of #EAC435
Complementary color
Monochromatic Colors of #EAC435
Black with #EAC435
Text Example
Text Example
White with #EAC435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC435; }
p { color: rgb(234,196,53); }
H1.HeaderClassName
{
color: #EAC435;
}
.AnyTagClassName
{
color: #EAC435;
}
</style>
background-color css
<style>
a { background-color: #EAC435; }
a { background-color: rgb(234,196,53); }
div.DivClassName
{
background-color: #EAC435;
}
.BgClassName
{
background-color: #EAC435;
}
</style>
border-color css
<style>
span { border-color: #EAC435; }
span { border-color: rgb(234,196,53); }
td.TdClassName
{
border-color: #EAC435;
}
.TagClassName
{
border-color: #EAC435;
}
</style>