Shades of Saffron #EAC239
Tints of Saffron #EAC239
RGB
CMYK
RGB Variations
Color information
#EAC239 (or 0xEAC239) is known color: Saffron. HEX triplet: EA, C2 and 39. RGB value is (234,194,57). Sum of RGB (Red+Green+Blue) = 234+194+57=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 57 (22.66% from 255 or 11.75% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC239 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC239 is #153DC6. Grayscale: #BEBEBE. Windows color (decimal): -1392071 or 3785450. OLE color: 3785450.
HSL color Cylindrical-coordinate representation of color #EAC239: hue angle of 46.44º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAC239 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 57 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.08 |
| HSL | 46.44º | 0.81% | 0.57% | - |
| HSV(B) | 46.44º | 0.76% | 0.92% | - |
| XYZ | 53.96 | 56.37 | 11.91 | - |
| YUV | 190.34 | 52.75 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 57 | 0 | 0.17 | 0.76 | 0.08 | 46.44 | 0.81 | 0.57 |
| Hex | EA | C2 | 39 | 0 | 11 | 4C | 8 | 2E | 51 | 39 |
| Octal | 352 | 302 | 71 | 0 | 21 | 114 | 10 | 56 | 121 | 71 |
| Binary | 11101010 | 11000010 | 111001 | 0 | 10001 | 1001100 | 1000 | 101110 | 1010001 | 111001 |
Color Harmonies of #EAC239
Complementary color
Monochromatic Colors of #EAC239
Black with #EAC239
Text Example
Text Example
White with #EAC239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC239; }
p { color: rgb(234,194,57); }
H1.HeaderClassName
{
color: #EAC239;
}
.AnyTagClassName
{
color: #EAC239;
}
</style>
background-color css
<style>
a { background-color: #EAC239; }
a { background-color: rgb(234,194,57); }
div.DivClassName
{
background-color: #EAC239;
}
.BgClassName
{
background-color: #EAC239;
}
</style>
border-color css
<style>
span { border-color: #EAC239; }
span { border-color: rgb(234,194,57); }
td.TdClassName
{
border-color: #EAC239;
}
.TagClassName
{
border-color: #EAC239;
}
</style>