Shades of Saffron #EAC43A
Tints of Saffron #EAC43A
RGB
CMYK
RGB Variations
Color information
#EAC43A (or 0xEAC43A) is known color: Saffron. HEX triplet: EA, C4 and 3A. RGB value is (234,196,58). Sum of RGB (Red+Green+Blue) = 234+196+58=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC43A is #153BC5. Grayscale: #C0C0C0. Windows color (decimal): -1391558 or 3851498. OLE color: 3851498.
HSL color Cylindrical-coordinate representation of color #EAC43A: hue angle of 47.05º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAC43A is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 58 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.08 |
| HSL | 47.05º | 0.81% | 0.57% | - |
| HSV(B) | 47.05º | 0.75% | 0.92% | - |
| XYZ | 54.44 | 57.28 | 12.19 | - |
| YUV | 191.63 | 52.59 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 58 | 0 | 0.16 | 0.75 | 0.08 | 47.05 | 0.81 | 0.57 |
| Hex | EA | C4 | 3A | 0 | 10 | 4B | 8 | 2F | 51 | 39 |
| Octal | 352 | 304 | 72 | 0 | 20 | 113 | 10 | 57 | 121 | 71 |
| Binary | 11101010 | 11000100 | 111010 | 0 | 10000 | 1001011 | 1000 | 101111 | 1010001 | 111001 |
Color Harmonies of #EAC43A
Complementary color
Monochromatic Colors of #EAC43A
Black with #EAC43A
Text Example
Text Example
White with #EAC43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC43A; }
p { color: rgb(234,196,58); }
H1.HeaderClassName
{
color: #EAC43A;
}
.AnyTagClassName
{
color: #EAC43A;
}
</style>
background-color css
<style>
a { background-color: #EAC43A; }
a { background-color: rgb(234,196,58); }
div.DivClassName
{
background-color: #EAC43A;
}
.BgClassName
{
background-color: #EAC43A;
}
</style>
border-color css
<style>
span { border-color: #EAC43A; }
span { border-color: rgb(234,196,58); }
td.TdClassName
{
border-color: #EAC43A;
}
.TagClassName
{
border-color: #EAC43A;
}
</style>