Shades of Chenin #E2CB75
Tints of Chenin #E2CB75
RGB
CMYK
RGB Variations
Color information
#E2CB75 (or 0xE2CB75) is known color: Chenin. HEX triplet: E2, CB and 75. RGB value is (226,203,117). Sum of RGB (Red+Green+Blue) = 226+203+117=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CB75 is #1D348A. Grayscale: #C8C8C8. Windows color (decimal): -1913995 or 7719906. OLE color: 7719906.
HSL color Cylindrical-coordinate representation of color #E2CB75: hue angle of 47.34º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2CB75 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 117 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.11 |
| HSL | 47.34º | 0.65% | 0.67% | - |
| HSV(B) | 47.34º | 0.48% | 0.89% | - |
| XYZ | 55.93 | 60.16 | 25.49 | - |
| YUV | 200.07 | 81.12 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 117 | 0 | 0.10 | 0.48 | 0.11 | 47.34 | 0.65 | 0.67 |
| Hex | E2 | CB | 75 | 0 | A | 30 | B | 2F | 41 | 43 |
| Octal | 342 | 313 | 165 | 0 | 12 | 60 | 13 | 57 | 101 | 103 |
| Binary | 11100010 | 11001011 | 1110101 | 0 | 1010 | 110000 | 1011 | 101111 | 1000001 | 1000011 |
Color Harmonies of #E2CB75
Complementary color
Monochromatic Colors of #E2CB75
Black with #E2CB75
Text Example
Text Example
White with #E2CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB75; }
p { color: rgb(226,203,117); }
H1.HeaderClassName
{
color: #E2CB75;
}
.AnyTagClassName
{
color: #E2CB75;
}
</style>
background-color css
<style>
a { background-color: #E2CB75; }
a { background-color: rgb(226,203,117); }
div.DivClassName
{
background-color: #E2CB75;
}
.BgClassName
{
background-color: #E2CB75;
}
</style>
border-color css
<style>
span { border-color: #E2CB75; }
span { border-color: rgb(226,203,117); }
td.TdClassName
{
border-color: #E2CB75;
}
.TagClassName
{
border-color: #E2CB75;
}
</style>