Shades of Chenin #E2BD67
Tints of Chenin #E2BD67
RGB
CMYK
RGB Variations
Color information
#E2BD67 (or 0xE2BD67) is known color: Chenin. HEX triplet: E2, BD and 67. RGB value is (226,189,103). Sum of RGB (Red+Green+Blue) = 226+189+103=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BD67 is #1D4298. Grayscale: #BEBEBE. Windows color (decimal): -1917593 or 6798818. OLE color: 6798818.
HSL color Cylindrical-coordinate representation of color #E2BD67: hue angle of 41.95º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2BD67 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 103 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.11 |
| HSL | 41.95º | 0.68% | 0.65% | - |
| HSV(B) | 41.95º | 0.54% | 0.89% | - |
| XYZ | 52.01 | 53.54 | 20.43 | - |
| YUV | 190.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 103 | 0 | 0.16 | 0.54 | 0.11 | 41.95 | 0.68 | 0.65 |
| Hex | E2 | BD | 67 | 0 | 10 | 36 | B | 2A | 44 | 41 |
| Octal | 342 | 275 | 147 | 0 | 20 | 66 | 13 | 52 | 104 | 101 |
| Binary | 11100010 | 10111101 | 1100111 | 0 | 10000 | 110110 | 1011 | 101010 | 1000100 | 1000001 |
Color Harmonies of #E2BD67
Complementary color
Monochromatic Colors of #E2BD67
Black with #E2BD67
Text Example
Text Example
White with #E2BD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD67; }
p { color: rgb(226,189,103); }
H1.HeaderClassName
{
color: #E2BD67;
}
.AnyTagClassName
{
color: #E2BD67;
}
</style>
background-color css
<style>
a { background-color: #E2BD67; }
a { background-color: rgb(226,189,103); }
div.DivClassName
{
background-color: #E2BD67;
}
.BgClassName
{
background-color: #E2BD67;
}
</style>
border-color css
<style>
span { border-color: #E2BD67; }
span { border-color: rgb(226,189,103); }
td.TdClassName
{
border-color: #E2BD67;
}
.TagClassName
{
border-color: #E2BD67;
}
</style>