Shades of Saffron #EAC03C
Tints of Saffron #EAC03C
RGB
CMYK
RGB Variations
Color information
#EAC03C (or 0xEAC03C) is known color: Saffron. HEX triplet: EA, C0 and 3C. RGB value is (234,192,60). Sum of RGB (Red+Green+Blue) = 234+192+60=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC03C is #153FC3. Grayscale: #BEBEBE. Windows color (decimal): -1392580 or 3981546. OLE color: 3981546.
HSL color Cylindrical-coordinate representation of color #EAC03C: hue angle of 45.52º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAC03C is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 60 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.08 |
| HSL | 45.52º | 0.81% | 0.58% | - |
| HSV(B) | 45.52º | 0.74% | 0.92% | - |
| XYZ | 53.6 | 55.52 | 12.17 | - |
| YUV | 189.51 | 54.91 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 60 | 0 | 0.18 | 0.74 | 0.08 | 45.52 | 0.81 | 0.58 |
| Hex | EA | C0 | 3C | 0 | 12 | 4A | 8 | 2E | 51 | 3A |
| Octal | 352 | 300 | 74 | 0 | 22 | 112 | 10 | 56 | 121 | 72 |
| Binary | 11101010 | 11000000 | 111100 | 0 | 10010 | 1001010 | 1000 | 101110 | 1010001 | 111010 |
Color Harmonies of #EAC03C
Complementary color
Monochromatic Colors of #EAC03C
Black with #EAC03C
Text Example
Text Example
White with #EAC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC03C; }
p { color: rgb(234,192,60); }
H1.HeaderClassName
{
color: #EAC03C;
}
.AnyTagClassName
{
color: #EAC03C;
}
</style>
background-color css
<style>
a { background-color: #EAC03C; }
a { background-color: rgb(234,192,60); }
div.DivClassName
{
background-color: #EAC03C;
}
.BgClassName
{
background-color: #EAC03C;
}
</style>
border-color css
<style>
span { border-color: #EAC03C; }
span { border-color: rgb(234,192,60); }
td.TdClassName
{
border-color: #EAC03C;
}
.TagClassName
{
border-color: #EAC03C;
}
</style>