Shades of Chenin #E6BE76
Tints of Chenin #E6BE76
RGB
CMYK
RGB Variations
Color information
#E6BE76 (or 0xE6BE76) is known color: Chenin. HEX triplet: E6, BE and 76. RGB value is (230,190,118). Sum of RGB (Red+Green+Blue) = 230+190+118=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE76 is #194189. Grayscale: #C2C2C2. Windows color (decimal): -1655178 or 7782118. OLE color: 7782118.
HSL color Cylindrical-coordinate representation of color #E6BE76: hue angle of 38.57º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6BE76 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 118 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.10 |
| HSL | 38.57º | 0.69% | 0.68% | - |
| HSV(B) | 38.57º | 0.49% | 0.9% | - |
| XYZ | 54.32 | 54.96 | 24.88 | - |
| YUV | 193.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 118 | 0 | 0.17 | 0.49 | 0.10 | 38.57 | 0.69 | 0.68 |
| Hex | E6 | BE | 76 | 0 | 11 | 31 | A | 27 | 45 | 44 |
| Octal | 346 | 276 | 166 | 0 | 21 | 61 | 12 | 47 | 105 | 104 |
| Binary | 11100110 | 10111110 | 1110110 | 0 | 10001 | 110001 | 1010 | 100111 | 1000101 | 1000100 |
Color Harmonies of #E6BE76
Complementary color
Monochromatic Colors of #E6BE76
Black with #E6BE76
Text Example
Text Example
White with #E6BE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE76; }
p { color: rgb(230,190,118); }
H1.HeaderClassName
{
color: #E6BE76;
}
.AnyTagClassName
{
color: #E6BE76;
}
</style>
background-color css
<style>
a { background-color: #E6BE76; }
a { background-color: rgb(230,190,118); }
div.DivClassName
{
background-color: #E6BE76;
}
.BgClassName
{
background-color: #E6BE76;
}
</style>
border-color css
<style>
span { border-color: #E6BE76; }
span { border-color: rgb(230,190,118); }
td.TdClassName
{
border-color: #E6BE76;
}
.TagClassName
{
border-color: #E6BE76;
}
</style>