Shades of Chenin #E5C370
Tints of Chenin #E5C370
RGB
CMYK
RGB Variations
Color information
#E5C370 (or 0xE5C370) is known color: Chenin. HEX triplet: E5, C3 and 70. RGB value is (229,195,112). Sum of RGB (Red+Green+Blue) = 229+195+112=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C370 is #1A3C8F. Grayscale: #C4C4C4. Windows color (decimal): -1719440 or 7390181. OLE color: 7390181.
HSL color Cylindrical-coordinate representation of color #E5C370: hue angle of 42.56º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5C370 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 112 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.10 |
| HSL | 42.56º | 0.69% | 0.67% | - |
| HSV(B) | 42.56º | 0.51% | 0.9% | - |
| XYZ | 54.75 | 56.86 | 23.42 | - |
| YUV | 195.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 112 | 0 | 0.15 | 0.51 | 0.10 | 42.56 | 0.69 | 0.67 |
| Hex | E5 | C3 | 70 | 0 | F | 33 | A | 2B | 45 | 43 |
| Octal | 345 | 303 | 160 | 0 | 17 | 63 | 12 | 53 | 105 | 103 |
| Binary | 11100101 | 11000011 | 1110000 | 0 | 1111 | 110011 | 1010 | 101011 | 1000101 | 1000011 |
Color Harmonies of #E5C370
Complementary color
Monochromatic Colors of #E5C370
Black with #E5C370
Text Example
Text Example
White with #E5C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C370; }
p { color: rgb(229,195,112); }
H1.HeaderClassName
{
color: #E5C370;
}
.AnyTagClassName
{
color: #E5C370;
}
</style>
background-color css
<style>
a { background-color: #E5C370; }
a { background-color: rgb(229,195,112); }
div.DivClassName
{
background-color: #E5C370;
}
.BgClassName
{
background-color: #E5C370;
}
</style>
border-color css
<style>
span { border-color: #E5C370; }
span { border-color: rgb(229,195,112); }
td.TdClassName
{
border-color: #E5C370;
}
.TagClassName
{
border-color: #E5C370;
}
</style>