Shades of Chenin #E2BB75
Tints of Chenin #E2BB75
RGB
CMYK
RGB Variations
Color information
#E2BB75 (or 0xE2BB75) is known color: Chenin. HEX triplet: E2, BB and 75. RGB value is (226,187,117). Sum of RGB (Red+Green+Blue) = 226+187+117=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BB75 is #1D448A. Grayscale: #BFBFBF. Windows color (decimal): -1918091 or 7715810. OLE color: 7715810.
HSL color Cylindrical-coordinate representation of color #E2BB75: hue angle of 38.53º 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 #E2BB75 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 117 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.11 |
| HSL | 38.53º | 0.65% | 0.67% | - |
| HSV(B) | 38.53º | 0.48% | 0.89% | - |
| XYZ | 52.35 | 52.99 | 24.3 | - |
| YUV | 190.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 117 | 0 | 0.17 | 0.48 | 0.11 | 38.53 | 0.65 | 0.67 |
| Hex | E2 | BB | 75 | 0 | 11 | 30 | B | 27 | 41 | 43 |
| Octal | 342 | 273 | 165 | 0 | 21 | 60 | 13 | 47 | 101 | 103 |
| Binary | 11100010 | 10111011 | 1110101 | 0 | 10001 | 110000 | 1011 | 100111 | 1000001 | 1000011 |
Color Harmonies of #E2BB75
Complementary color
Monochromatic Colors of #E2BB75
Black with #E2BB75
Text Example
Text Example
White with #E2BB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BB75; }
p { color: rgb(226,187,117); }
H1.HeaderClassName
{
color: #E2BB75;
}
.AnyTagClassName
{
color: #E2BB75;
}
</style>
background-color css
<style>
a { background-color: #E2BB75; }
a { background-color: rgb(226,187,117); }
div.DivClassName
{
background-color: #E2BB75;
}
.BgClassName
{
background-color: #E2BB75;
}
</style>
border-color css
<style>
span { border-color: #E2BB75; }
span { border-color: rgb(226,187,117); }
td.TdClassName
{
border-color: #E2BB75;
}
.TagClassName
{
border-color: #E2BB75;
}
</style>