Shades of Saffron #EAC73A
Tints of Saffron #EAC73A
RGB
CMYK
RGB Variations
Color information
#EAC73A (or 0xEAC73A) is known color: Saffron. HEX triplet: EA, C7 and 3A. RGB value is (234,199,58). Sum of RGB (Red+Green+Blue) = 234+199+58=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC73A is #1538C5. Grayscale: #C1C1C1. Windows color (decimal): -1390790 or 3852266. OLE color: 3852266.
HSL color Cylindrical-coordinate representation of color #EAC73A: hue angle of 48.07º 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 #EAC73A is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 58 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.08 |
| HSL | 48.07º | 0.81% | 0.57% | - |
| HSV(B) | 48.07º | 0.75% | 0.92% | - |
| XYZ | 55.12 | 58.64 | 12.42 | - |
| YUV | 193.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 58 | 0 | 0.15 | 0.75 | 0.08 | 48.07 | 0.81 | 0.57 |
| Hex | EA | C7 | 3A | 0 | F | 4B | 8 | 30 | 51 | 39 |
| Octal | 352 | 307 | 72 | 0 | 17 | 113 | 10 | 60 | 121 | 71 |
| Binary | 11101010 | 11000111 | 111010 | 0 | 1111 | 1001011 | 1000 | 110000 | 1010001 | 111001 |
Color Harmonies of #EAC73A
Complementary color
Monochromatic Colors of #EAC73A
Black with #EAC73A
Text Example
Text Example
White with #EAC73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC73A; }
p { color: rgb(234,199,58); }
H1.HeaderClassName
{
color: #EAC73A;
}
.AnyTagClassName
{
color: #EAC73A;
}
</style>
background-color css
<style>
a { background-color: #EAC73A; }
a { background-color: rgb(234,199,58); }
div.DivClassName
{
background-color: #EAC73A;
}
.BgClassName
{
background-color: #EAC73A;
}
</style>
border-color css
<style>
span { border-color: #EAC73A; }
span { border-color: rgb(234,199,58); }
td.TdClassName
{
border-color: #EAC73A;
}
.TagClassName
{
border-color: #EAC73A;
}
</style>