Shades of Chenin #E0CB6E
Tints of Chenin #E0CB6E
RGB
CMYK
RGB Variations
Color information
#E0CB6E (or 0xE0CB6E) is known color: Chenin. HEX triplet: E0, CB and 6E. RGB value is (224,203,110). Sum of RGB (Red+Green+Blue) = 224+203+110=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CB6E is #1F3491. Grayscale: #C7C7C7. Windows color (decimal): -2045074 or 7261152. OLE color: 7261152.
HSL color Cylindrical-coordinate representation of color #E0CB6E: hue angle of 48.95º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0CB6E is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 110 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.12 |
| HSL | 48.95º | 0.65% | 0.65% | - |
| HSV(B) | 48.95º | 0.51% | 0.88% | - |
| XYZ | 54.91 | 59.68 | 23.38 | - |
| YUV | 198.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 110 | 0 | 0.09 | 0.51 | 0.12 | 48.95 | 0.65 | 0.65 |
| Hex | E0 | CB | 6E | 0 | 9 | 33 | C | 31 | 41 | 41 |
| Octal | 340 | 313 | 156 | 0 | 11 | 63 | 14 | 61 | 101 | 101 |
| Binary | 11100000 | 11001011 | 1101110 | 0 | 1001 | 110011 | 1100 | 110001 | 1000001 | 1000001 |
Color Harmonies of #E0CB6E
Complementary color
Monochromatic Colors of #E0CB6E
Black with #E0CB6E
Text Example
Text Example
White with #E0CB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB6E; }
p { color: rgb(224,203,110); }
H1.HeaderClassName
{
color: #E0CB6E;
}
.AnyTagClassName
{
color: #E0CB6E;
}
</style>
background-color css
<style>
a { background-color: #E0CB6E; }
a { background-color: rgb(224,203,110); }
div.DivClassName
{
background-color: #E0CB6E;
}
.BgClassName
{
background-color: #E0CB6E;
}
</style>
border-color css
<style>
span { border-color: #E0CB6E; }
span { border-color: rgb(224,203,110); }
td.TdClassName
{
border-color: #E0CB6E;
}
.TagClassName
{
border-color: #E0CB6E;
}
</style>