Shades of Saffron #EAC534
Tints of Saffron #EAC534
RGB
CMYK
RGB Variations
Color information
#EAC534 (or 0xEAC534) is known color: Saffron. HEX triplet: EA, C5 and 34. RGB value is (234,197,52). Sum of RGB (Red+Green+Blue) = 234+197+52=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC534 is #153ACB. Grayscale: #C0C0C0. Windows color (decimal): -1391308 or 3458538. OLE color: 3458538.
HSL color Cylindrical-coordinate representation of color #EAC534: hue angle of 47.8º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAC534 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 52 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.08 |
| HSL | 47.8º | 0.81% | 0.56% | - |
| HSV(B) | 47.8º | 0.78% | 0.92% | - |
| XYZ | 54.52 | 57.67 | 11.51 | - |
| YUV | 191.53 | 49.26 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 52 | 0 | 0.16 | 0.78 | 0.08 | 47.8 | 0.81 | 0.56 |
| Hex | EA | C5 | 34 | 0 | 10 | 4E | 8 | 30 | 51 | 38 |
| Octal | 352 | 305 | 64 | 0 | 20 | 116 | 10 | 60 | 121 | 70 |
| Binary | 11101010 | 11000101 | 110100 | 0 | 10000 | 1001110 | 1000 | 110000 | 1010001 | 111000 |
Color Harmonies of #EAC534
Complementary color
Monochromatic Colors of #EAC534
Black with #EAC534
Text Example
Text Example
White with #EAC534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC534; }
p { color: rgb(234,197,52); }
H1.HeaderClassName
{
color: #EAC534;
}
.AnyTagClassName
{
color: #EAC534;
}
</style>
background-color css
<style>
a { background-color: #EAC534; }
a { background-color: rgb(234,197,52); }
div.DivClassName
{
background-color: #EAC534;
}
.BgClassName
{
background-color: #EAC534;
}
</style>
border-color css
<style>
span { border-color: #EAC534; }
span { border-color: rgb(234,197,52); }
td.TdClassName
{
border-color: #EAC534;
}
.TagClassName
{
border-color: #EAC534;
}
</style>