Shades of Chenin #EAC573
Tints of Chenin #EAC573
RGB
CMYK
RGB Variations
Color information
#EAC573 (or 0xEAC573) is known color: Chenin. HEX triplet: EA, C5 and 73. RGB value is (234,197,115). Sum of RGB (Red+Green+Blue) = 234+197+115=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC573 is #153A8C. Grayscale: #C7C7C7. Windows color (decimal): -1391245 or 7587306. OLE color: 7587306.
HSL color Cylindrical-coordinate representation of color #EAC573: hue angle of 41.34º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAC573 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 115 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.08 |
| HSL | 41.34º | 0.74% | 0.68% | - |
| HSV(B) | 41.34º | 0.51% | 0.92% | - |
| XYZ | 56.99 | 58.66 | 24.54 | - |
| YUV | 198.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 115 | 0 | 0.16 | 0.51 | 0.08 | 41.34 | 0.74 | 0.68 |
| Hex | EA | C5 | 73 | 0 | 10 | 33 | 8 | 29 | 4A | 44 |
| Octal | 352 | 305 | 163 | 0 | 20 | 63 | 10 | 51 | 112 | 104 |
| Binary | 11101010 | 11000101 | 1110011 | 0 | 10000 | 110011 | 1000 | 101001 | 1001010 | 1000100 |
Color Harmonies of #EAC573
Complementary color
Monochromatic Colors of #EAC573
Black with #EAC573
Text Example
Text Example
White with #EAC573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC573; }
p { color: rgb(234,197,115); }
H1.HeaderClassName
{
color: #EAC573;
}
.AnyTagClassName
{
color: #EAC573;
}
</style>
background-color css
<style>
a { background-color: #EAC573; }
a { background-color: rgb(234,197,115); }
div.DivClassName
{
background-color: #EAC573;
}
.BgClassName
{
background-color: #EAC573;
}
</style>
border-color css
<style>
span { border-color: #EAC573; }
span { border-color: rgb(234,197,115); }
td.TdClassName
{
border-color: #EAC573;
}
.TagClassName
{
border-color: #EAC573;
}
</style>