Shades of Chenin #E5C670
Tints of Chenin #E5C670
RGB
CMYK
RGB Variations
Color information
#E5C670 (or 0xE5C670) is known color: Chenin. HEX triplet: E5, C6 and 70. RGB value is (229,198,112). Sum of RGB (Red+Green+Blue) = 229+198+112=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C670 is #1A398F. Grayscale: #C5C5C5. Windows color (decimal): -1718672 or 7390949. OLE color: 7390949.
HSL color Cylindrical-coordinate representation of color #E5C670: hue angle of 44.1º 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 #E5C670 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 112 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.10 |
| HSL | 44.1º | 0.69% | 0.67% | - |
| HSV(B) | 44.1º | 0.51% | 0.9% | - |
| XYZ | 55.43 | 58.22 | 23.64 | - |
| YUV | 197.47 | 79.77 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 112 | 0 | 0.14 | 0.51 | 0.10 | 44.1 | 0.69 | 0.67 |
| Hex | E5 | C6 | 70 | 0 | E | 33 | A | 2C | 45 | 43 |
| Octal | 345 | 306 | 160 | 0 | 16 | 63 | 12 | 54 | 105 | 103 |
| Binary | 11100101 | 11000110 | 1110000 | 0 | 1110 | 110011 | 1010 | 101100 | 1000101 | 1000011 |
Color Harmonies of #E5C670
Complementary color
Monochromatic Colors of #E5C670
Black with #E5C670
Text Example
Text Example
White with #E5C670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C670; }
p { color: rgb(229,198,112); }
H1.HeaderClassName
{
color: #E5C670;
}
.AnyTagClassName
{
color: #E5C670;
}
</style>
background-color css
<style>
a { background-color: #E5C670; }
a { background-color: rgb(229,198,112); }
div.DivClassName
{
background-color: #E5C670;
}
.BgClassName
{
background-color: #E5C670;
}
</style>
border-color css
<style>
span { border-color: #E5C670; }
span { border-color: rgb(229,198,112); }
td.TdClassName
{
border-color: #E5C670;
}
.TagClassName
{
border-color: #E5C670;
}
</style>