Shades of Chenin #E2BF6C
Tints of Chenin #E2BF6C
RGB
CMYK
RGB Variations
Color information
#E2BF6C (or 0xE2BF6C) is known color: Chenin. HEX triplet: E2, BF and 6C. RGB value is (226,191,108). Sum of RGB (Red+Green+Blue) = 226+191+108=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF6C is #1D4093. Grayscale: #C0C0C0. Windows color (decimal): -1917076 or 7127010. OLE color: 7127010.
HSL color Cylindrical-coordinate representation of color #E2BF6C: hue angle of 42.2º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2BF6C is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 108 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.11 |
| HSL | 42.2º | 0.67% | 0.65% | - |
| HSV(B) | 42.2º | 0.52% | 0.89% | - |
| XYZ | 52.7 | 54.51 | 21.93 | - |
| YUV | 192 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 108 | 0 | 0.15 | 0.52 | 0.11 | 42.2 | 0.67 | 0.65 |
| Hex | E2 | BF | 6C | 0 | F | 34 | B | 2A | 43 | 41 |
| Octal | 342 | 277 | 154 | 0 | 17 | 64 | 13 | 52 | 103 | 101 |
| Binary | 11100010 | 10111111 | 1101100 | 0 | 1111 | 110100 | 1011 | 101010 | 1000011 | 1000001 |
Color Harmonies of #E2BF6C
Complementary color
Monochromatic Colors of #E2BF6C
Black with #E2BF6C
Text Example
Text Example
White with #E2BF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF6C; }
p { color: rgb(226,191,108); }
H1.HeaderClassName
{
color: #E2BF6C;
}
.AnyTagClassName
{
color: #E2BF6C;
}
</style>
background-color css
<style>
a { background-color: #E2BF6C; }
a { background-color: rgb(226,191,108); }
div.DivClassName
{
background-color: #E2BF6C;
}
.BgClassName
{
background-color: #E2BF6C;
}
</style>
border-color css
<style>
span { border-color: #E2BF6C; }
span { border-color: rgb(226,191,108); }
td.TdClassName
{
border-color: #E2BF6C;
}
.TagClassName
{
border-color: #E2BF6C;
}
</style>