Shades of Saffron #EAC13C
Tints of Saffron #EAC13C
RGB
CMYK
RGB Variations
Color information
#EAC13C (or 0xEAC13C) is known color: Saffron. HEX triplet: EA, C1 and 3C. RGB value is (234,193,60). Sum of RGB (Red+Green+Blue) = 234+193+60=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC13C is #153EC3. Grayscale: #BEBEBE. Windows color (decimal): -1392324 or 3981802. OLE color: 3981802.
HSL color Cylindrical-coordinate representation of color #EAC13C: hue angle of 45.86º 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 #EAC13C is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 60 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.08 |
| HSL | 45.86º | 0.81% | 0.58% | - |
| HSV(B) | 45.86º | 0.74% | 0.92% | - |
| XYZ | 53.82 | 55.96 | 12.24 | - |
| YUV | 190.1 | 54.58 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 60 | 0 | 0.18 | 0.74 | 0.08 | 45.86 | 0.81 | 0.58 |
| Hex | EA | C1 | 3C | 0 | 12 | 4A | 8 | 2E | 51 | 3A |
| Octal | 352 | 301 | 74 | 0 | 22 | 112 | 10 | 56 | 121 | 72 |
| Binary | 11101010 | 11000001 | 111100 | 0 | 10010 | 1001010 | 1000 | 101110 | 1010001 | 111010 |
Color Harmonies of #EAC13C
Complementary color
Monochromatic Colors of #EAC13C
Black with #EAC13C
Text Example
Text Example
White with #EAC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC13C; }
p { color: rgb(234,193,60); }
H1.HeaderClassName
{
color: #EAC13C;
}
.AnyTagClassName
{
color: #EAC13C;
}
</style>
background-color css
<style>
a { background-color: #EAC13C; }
a { background-color: rgb(234,193,60); }
div.DivClassName
{
background-color: #EAC13C;
}
.BgClassName
{
background-color: #EAC13C;
}
</style>
border-color css
<style>
span { border-color: #EAC13C; }
span { border-color: rgb(234,193,60); }
td.TdClassName
{
border-color: #EAC13C;
}
.TagClassName
{
border-color: #EAC13C;
}
</style>