Shades of Saffron #EAC33C
Tints of Saffron #EAC33C
RGB
CMYK
RGB Variations
Color information
#EAC33C (or 0xEAC33C) is known color: Saffron. HEX triplet: EA, C3 and 3C. RGB value is (234,195,60). Sum of RGB (Red+Green+Blue) = 234+195+60=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC33C is #153CC3. Grayscale: #BFBFBF. Windows color (decimal): -1391812 or 3982314. OLE color: 3982314.
HSL color Cylindrical-coordinate representation of color #EAC33C: hue angle of 46.55º 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 #EAC33C is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 60 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.08 |
| HSL | 46.55º | 0.81% | 0.58% | - |
| HSV(B) | 46.55º | 0.74% | 0.92% | - |
| XYZ | 54.26 | 56.85 | 12.39 | - |
| YUV | 191.27 | 53.92 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 60 | 0 | 0.17 | 0.74 | 0.08 | 46.55 | 0.81 | 0.58 |
| Hex | EA | C3 | 3C | 0 | 11 | 4A | 8 | 2F | 51 | 3A |
| Octal | 352 | 303 | 74 | 0 | 21 | 112 | 10 | 57 | 121 | 72 |
| Binary | 11101010 | 11000011 | 111100 | 0 | 10001 | 1001010 | 1000 | 101111 | 1010001 | 111010 |
Color Harmonies of #EAC33C
Complementary color
Monochromatic Colors of #EAC33C
Black with #EAC33C
Text Example
Text Example
White with #EAC33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC33C; }
p { color: rgb(234,195,60); }
H1.HeaderClassName
{
color: #EAC33C;
}
.AnyTagClassName
{
color: #EAC33C;
}
</style>
background-color css
<style>
a { background-color: #EAC33C; }
a { background-color: rgb(234,195,60); }
div.DivClassName
{
background-color: #EAC33C;
}
.BgClassName
{
background-color: #EAC33C;
}
</style>
border-color css
<style>
span { border-color: #EAC33C; }
span { border-color: rgb(234,195,60); }
td.TdClassName
{
border-color: #EAC33C;
}
.TagClassName
{
border-color: #EAC33C;
}
</style>