Shades of Saffron #EAC436
Tints of Saffron #EAC436
RGB
CMYK
RGB Variations
Color information
#EAC436 (or 0xEAC436) is known color: Saffron. HEX triplet: EA, C4 and 36. RGB value is (234,196,54). Sum of RGB (Red+Green+Blue) = 234+196+54=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC436 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC436 is #153BC9. Grayscale: #BFBFBF. Windows color (decimal): -1391562 or 3589354. OLE color: 3589354.
HSL color Cylindrical-coordinate representation of color #EAC436: hue angle of 47.33º 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 #EAC436 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 54 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.08 |
| HSL | 47.33º | 0.81% | 0.56% | - |
| HSV(B) | 47.33º | 0.77% | 0.92% | - |
| XYZ | 54.34 | 57.24 | 11.67 | - |
| YUV | 191.17 | 50.59 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 54 | 0 | 0.16 | 0.77 | 0.08 | 47.33 | 0.81 | 0.56 |
| Hex | EA | C4 | 36 | 0 | 10 | 4D | 8 | 2F | 51 | 38 |
| Octal | 352 | 304 | 66 | 0 | 20 | 115 | 10 | 57 | 121 | 70 |
| Binary | 11101010 | 11000100 | 110110 | 0 | 10000 | 1001101 | 1000 | 101111 | 1010001 | 111000 |
Color Harmonies of #EAC436
Complementary color
Monochromatic Colors of #EAC436
Black with #EAC436
Text Example
Text Example
White with #EAC436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC436; }
p { color: rgb(234,196,54); }
H1.HeaderClassName
{
color: #EAC436;
}
.AnyTagClassName
{
color: #EAC436;
}
</style>
background-color css
<style>
a { background-color: #EAC436; }
a { background-color: rgb(234,196,54); }
div.DivClassName
{
background-color: #EAC436;
}
.BgClassName
{
background-color: #EAC436;
}
</style>
border-color css
<style>
span { border-color: #EAC436; }
span { border-color: rgb(234,196,54); }
td.TdClassName
{
border-color: #EAC436;
}
.TagClassName
{
border-color: #EAC436;
}
</style>