Shades of Chenin #EAC370
Tints of Chenin #EAC370
RGB
CMYK
RGB Variations
Color information
#EAC370 (or 0xEAC370) is known color: Chenin. HEX triplet: EA, C3 and 70. RGB value is (234,195,112). Sum of RGB (Red+Green+Blue) = 234+195+112=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC370 is #153C8F. Grayscale: #C5C5C5. Windows color (decimal): -1391760 or 7390186. OLE color: 7390186.
HSL color Cylindrical-coordinate representation of color #EAC370: hue angle of 40.82º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAC370 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 112 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.08 |
| HSL | 40.82º | 0.74% | 0.68% | - |
| HSV(B) | 40.82º | 0.52% | 0.92% | - |
| XYZ | 56.37 | 57.69 | 23.49 | - |
| YUV | 197.2 | 79.92 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 112 | 0 | 0.17 | 0.52 | 0.08 | 40.82 | 0.74 | 0.68 |
| Hex | EA | C3 | 70 | 0 | 11 | 34 | 8 | 29 | 4A | 44 |
| Octal | 352 | 303 | 160 | 0 | 21 | 64 | 10 | 51 | 112 | 104 |
| Binary | 11101010 | 11000011 | 1110000 | 0 | 10001 | 110100 | 1000 | 101001 | 1001010 | 1000100 |
Color Harmonies of #EAC370
Complementary color
Monochromatic Colors of #EAC370
Black with #EAC370
Text Example
Text Example
White with #EAC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC370; }
p { color: rgb(234,195,112); }
H1.HeaderClassName
{
color: #EAC370;
}
.AnyTagClassName
{
color: #EAC370;
}
</style>
background-color css
<style>
a { background-color: #EAC370; }
a { background-color: rgb(234,195,112); }
div.DivClassName
{
background-color: #EAC370;
}
.BgClassName
{
background-color: #EAC370;
}
</style>
border-color css
<style>
span { border-color: #EAC370; }
span { border-color: rgb(234,195,112); }
td.TdClassName
{
border-color: #EAC370;
}
.TagClassName
{
border-color: #EAC370;
}
</style>