Shades of Saffron #EAC23C
Tints of Saffron #EAC23C
RGB
CMYK
RGB Variations
Color information
#EAC23C (or 0xEAC23C) is known color: Saffron. HEX triplet: EA, C2 and 3C. RGB value is (234,194,60). Sum of RGB (Red+Green+Blue) = 234+194+60=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC23C is #153DC3. Grayscale: #BFBFBF. Windows color (decimal): -1392068 or 3982058. OLE color: 3982058.
HSL color Cylindrical-coordinate representation of color #EAC23C: hue angle of 46.21º 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 #EAC23C is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 60 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.08 |
| HSL | 46.21º | 0.81% | 0.58% | - |
| HSV(B) | 46.21º | 0.74% | 0.92% | - |
| XYZ | 54.04 | 56.4 | 12.31 | - |
| YUV | 190.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 60 | 0 | 0.17 | 0.74 | 0.08 | 46.21 | 0.81 | 0.58 |
| Hex | EA | C2 | 3C | 0 | 11 | 4A | 8 | 2E | 51 | 3A |
| Octal | 352 | 302 | 74 | 0 | 21 | 112 | 10 | 56 | 121 | 72 |
| Binary | 11101010 | 11000010 | 111100 | 0 | 10001 | 1001010 | 1000 | 101110 | 1010001 | 111010 |
Color Harmonies of #EAC23C
Complementary color
Monochromatic Colors of #EAC23C
Black with #EAC23C
Text Example
Text Example
White with #EAC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC23C; }
p { color: rgb(234,194,60); }
H1.HeaderClassName
{
color: #EAC23C;
}
.AnyTagClassName
{
color: #EAC23C;
}
</style>
background-color css
<style>
a { background-color: #EAC23C; }
a { background-color: rgb(234,194,60); }
div.DivClassName
{
background-color: #EAC23C;
}
.BgClassName
{
background-color: #EAC23C;
}
</style>
border-color css
<style>
span { border-color: #EAC23C; }
span { border-color: rgb(234,194,60); }
td.TdClassName
{
border-color: #EAC23C;
}
.TagClassName
{
border-color: #EAC23C;
}
</style>