Shades of Saffron #EAC533
Tints of Saffron #EAC533
RGB
CMYK
RGB Variations
Color information
#EAC533 (or 0xEAC533) is known color: Saffron. HEX triplet: EA, C5 and 33. RGB value is (234,197,51). Sum of RGB (Red+Green+Blue) = 234+197+51=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 51 (20.31% from 255 or 10.58% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC533 is #153ACC. Grayscale: #C0C0C0. Windows color (decimal): -1391309 or 3393002. OLE color: 3393002.
HSL color Cylindrical-coordinate representation of color #EAC533: hue angle of 47.87º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAC533 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 51 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.08 |
| HSL | 47.87º | 0.81% | 0.56% | - |
| HSV(B) | 47.87º | 0.78% | 0.92% | - |
| XYZ | 54.5 | 57.66 | 11.39 | - |
| YUV | 191.42 | 48.76 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 51 | 0 | 0.16 | 0.78 | 0.08 | 47.87 | 0.81 | 0.56 |
| Hex | EA | C5 | 33 | 0 | 10 | 4E | 8 | 30 | 51 | 38 |
| Octal | 352 | 305 | 63 | 0 | 20 | 116 | 10 | 60 | 121 | 70 |
| Binary | 11101010 | 11000101 | 110011 | 0 | 10000 | 1001110 | 1000 | 110000 | 1010001 | 111000 |
Color Harmonies of #EAC533
Complementary color
Monochromatic Colors of #EAC533
Black with #EAC533
Text Example
Text Example
White with #EAC533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC533; }
p { color: rgb(234,197,51); }
H1.HeaderClassName
{
color: #EAC533;
}
.AnyTagClassName
{
color: #EAC533;
}
</style>
background-color css
<style>
a { background-color: #EAC533; }
a { background-color: rgb(234,197,51); }
div.DivClassName
{
background-color: #EAC533;
}
.BgClassName
{
background-color: #EAC533;
}
</style>
border-color css
<style>
span { border-color: #EAC533; }
span { border-color: rgb(234,197,51); }
td.TdClassName
{
border-color: #EAC533;
}
.TagClassName
{
border-color: #EAC533;
}
</style>