Shades of Chenin #E5C672
Tints of Chenin #E5C672
RGB
CMYK
RGB Variations
Color information
#E5C672 (or 0xE5C672) is known color: Chenin. HEX triplet: E5, C6 and 72. RGB value is (229,198,114). Sum of RGB (Red+Green+Blue) = 229+198+114=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C672 is #1A398D. Grayscale: #C6C6C6. Windows color (decimal): -1718670 or 7522021. OLE color: 7522021.
HSL color Cylindrical-coordinate representation of color #E5C672: hue angle of 43.83º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5C672 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 114 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.10 |
| HSL | 43.83º | 0.69% | 0.67% | - |
| HSV(B) | 43.83º | 0.5% | 0.9% | - |
| XYZ | 55.54 | 58.26 | 24.24 | - |
| YUV | 197.69 | 80.77 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 114 | 0 | 0.14 | 0.50 | 0.10 | 43.83 | 0.69 | 0.67 |
| Hex | E5 | C6 | 72 | 0 | E | 32 | A | 2C | 45 | 43 |
| Octal | 345 | 306 | 162 | 0 | 16 | 62 | 12 | 54 | 105 | 103 |
| Binary | 11100101 | 11000110 | 1110010 | 0 | 1110 | 110010 | 1010 | 101100 | 1000101 | 1000011 |
Color Harmonies of #E5C672
Complementary color
Monochromatic Colors of #E5C672
Black with #E5C672
Text Example
Text Example
White with #E5C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C672; }
p { color: rgb(229,198,114); }
H1.HeaderClassName
{
color: #E5C672;
}
.AnyTagClassName
{
color: #E5C672;
}
</style>
background-color css
<style>
a { background-color: #E5C672; }
a { background-color: rgb(229,198,114); }
div.DivClassName
{
background-color: #E5C672;
}
.BgClassName
{
background-color: #E5C672;
}
</style>
border-color css
<style>
span { border-color: #E5C672; }
span { border-color: rgb(229,198,114); }
td.TdClassName
{
border-color: #E5C672;
}
.TagClassName
{
border-color: #E5C672;
}
</style>