Shades of Saffron #EAC03D
Tints of Saffron #EAC03D
RGB
CMYK
RGB Variations
Color information
#EAC03D (or 0xEAC03D) is known color: Saffron. HEX triplet: EA, C0 and 3D. RGB value is (234,192,61). Sum of RGB (Red+Green+Blue) = 234+192+61=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 61 (24.22% from 255 or 12.53% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC03D is #153FC2. Grayscale: #BEBEBE. Windows color (decimal): -1392579 or 4047082. OLE color: 4047082.
HSL color Cylindrical-coordinate representation of color #EAC03D: hue angle of 45.43º degrees, saturation: 0.8, 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 #EAC03D is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 61 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.08 |
| HSL | 45.43º | 0.8% | 0.58% | - |
| HSV(B) | 45.43º | 0.74% | 0.92% | - |
| XYZ | 53.62 | 55.53 | 12.31 | - |
| YUV | 189.62 | 55.41 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 61 | 0 | 0.18 | 0.74 | 0.08 | 45.43 | 0.8 | 0.58 |
| Hex | EA | C0 | 3D | 0 | 12 | 4A | 8 | 2D | 50 | 3A |
| Octal | 352 | 300 | 75 | 0 | 22 | 112 | 10 | 55 | 120 | 72 |
| Binary | 11101010 | 11000000 | 111101 | 0 | 10010 | 1001010 | 1000 | 101101 | 1010000 | 111010 |
Color Harmonies of #EAC03D
Complementary color
Monochromatic Colors of #EAC03D
Black with #EAC03D
Text Example
Text Example
White with #EAC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC03D; }
p { color: rgb(234,192,61); }
H1.HeaderClassName
{
color: #EAC03D;
}
.AnyTagClassName
{
color: #EAC03D;
}
</style>
background-color css
<style>
a { background-color: #EAC03D; }
a { background-color: rgb(234,192,61); }
div.DivClassName
{
background-color: #EAC03D;
}
.BgClassName
{
background-color: #EAC03D;
}
</style>
border-color css
<style>
span { border-color: #EAC03D; }
span { border-color: rgb(234,192,61); }
td.TdClassName
{
border-color: #EAC03D;
}
.TagClassName
{
border-color: #EAC03D;
}
</style>