Shades of Chenin #E9C570
Tints of Chenin #E9C570
RGB
CMYK
RGB Variations
Color information
#E9C570 (or 0xE9C570) is known color: Chenin. HEX triplet: E9, C5 and 70. RGB value is (233,197,112). Sum of RGB (Red+Green+Blue) = 233+197+112=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C570 is #163A8F. Grayscale: #C6C6C6. Windows color (decimal): -1456784 or 7390697. OLE color: 7390697.
HSL color Cylindrical-coordinate representation of color #E9C570: hue angle of 42.15º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9C570 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 197 | 112 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.09 |
| HSL | 42.15º | 0.73% | 0.68% | - |
| HSV(B) | 42.15º | 0.52% | 0.91% | - |
| XYZ | 56.5 | 58.43 | 23.63 | - |
| YUV | 198.07 | 79.43 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 112 | 0 | 0.15 | 0.52 | 0.09 | 42.15 | 0.73 | 0.68 |
| Hex | E9 | C5 | 70 | 0 | F | 34 | 9 | 2A | 49 | 44 |
| Octal | 351 | 305 | 160 | 0 | 17 | 64 | 11 | 52 | 111 | 104 |
| Binary | 11101001 | 11000101 | 1110000 | 0 | 1111 | 110100 | 1001 | 101010 | 1001001 | 1000100 |
Color Harmonies of #E9C570
Complementary color
Monochromatic Colors of #E9C570
Black with #E9C570
Text Example
Text Example
White with #E9C570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C570; }
p { color: rgb(233,197,112); }
H1.HeaderClassName
{
color: #E9C570;
}
.AnyTagClassName
{
color: #E9C570;
}
</style>
background-color css
<style>
a { background-color: #E9C570; }
a { background-color: rgb(233,197,112); }
div.DivClassName
{
background-color: #E9C570;
}
.BgClassName
{
background-color: #E9C570;
}
</style>
border-color css
<style>
span { border-color: #E9C570; }
span { border-color: rgb(233,197,112); }
td.TdClassName
{
border-color: #E9C570;
}
.TagClassName
{
border-color: #E9C570;
}
</style>