Shades of Chenin #E6CB76
Tints of Chenin #E6CB76
RGB
CMYK
RGB Variations
Color information
#E6CB76 (or 0xE6CB76) is known color: Chenin. HEX triplet: E6, CB and 76. RGB value is (230,203,118). Sum of RGB (Red+Green+Blue) = 230+203+118=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CB76 is #193489. Grayscale: #C9C9C9. Windows color (decimal): -1651850 or 7785446. OLE color: 7785446.
HSL color Cylindrical-coordinate representation of color #E6CB76: hue angle of 45.54º 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 #E6CB76 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 118 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.10 |
| HSL | 45.54º | 0.69% | 0.68% | - |
| HSV(B) | 45.54º | 0.49% | 0.9% | - |
| XYZ | 57.26 | 60.84 | 25.87 | - |
| YUV | 201.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 118 | 0 | 0.12 | 0.49 | 0.10 | 45.54 | 0.69 | 0.68 |
| Hex | E6 | CB | 76 | 0 | C | 31 | A | 2E | 45 | 44 |
| Octal | 346 | 313 | 166 | 0 | 14 | 61 | 12 | 56 | 105 | 104 |
| Binary | 11100110 | 11001011 | 1110110 | 0 | 1100 | 110001 | 1010 | 101110 | 1000101 | 1000100 |
Color Harmonies of #E6CB76
Complementary color
Monochromatic Colors of #E6CB76
Black with #E6CB76
Text Example
Text Example
White with #E6CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB76; }
p { color: rgb(230,203,118); }
H1.HeaderClassName
{
color: #E6CB76;
}
.AnyTagClassName
{
color: #E6CB76;
}
</style>
background-color css
<style>
a { background-color: #E6CB76; }
a { background-color: rgb(230,203,118); }
div.DivClassName
{
background-color: #E6CB76;
}
.BgClassName
{
background-color: #E6CB76;
}
</style>
border-color css
<style>
span { border-color: #E6CB76; }
span { border-color: rgb(230,203,118); }
td.TdClassName
{
border-color: #E6CB76;
}
.TagClassName
{
border-color: #E6CB76;
}
</style>