Shades of Chenin #E2C366
Tints of Chenin #E2C366
RGB
CMYK
RGB Variations
Color information
#E2C366 (or 0xE2C366) is known color: Chenin. HEX triplet: E2, C3 and 66. RGB value is (226,195,102). Sum of RGB (Red+Green+Blue) = 226+195+102=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C366 is #1D3C99. Grayscale: #C2C2C2. Windows color (decimal): -1916058 or 6734818. OLE color: 6734818.
HSL color Cylindrical-coordinate representation of color #E2C366: hue angle of 45º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2C366 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 195 | 102 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.11 |
| HSL | 45º | 0.68% | 0.64% | - |
| HSV(B) | 45º | 0.55% | 0.89% | - |
| XYZ | 53.28 | 56.16 | 20.6 | - |
| YUV | 193.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 102 | 0 | 0.14 | 0.55 | 0.11 | 45 | 0.68 | 0.64 |
| Hex | E2 | C3 | 66 | 0 | E | 37 | B | 2D | 44 | 40 |
| Octal | 342 | 303 | 146 | 0 | 16 | 67 | 13 | 55 | 104 | 100 |
| Binary | 11100010 | 11000011 | 1100110 | 0 | 1110 | 110111 | 1011 | 101101 | 1000100 | 1000000 |
Color Harmonies of #E2C366
Complementary color
Monochromatic Colors of #E2C366
Black with #E2C366
Text Example
Text Example
White with #E2C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C366; }
p { color: rgb(226,195,102); }
H1.HeaderClassName
{
color: #E2C366;
}
.AnyTagClassName
{
color: #E2C366;
}
</style>
background-color css
<style>
a { background-color: #E2C366; }
a { background-color: rgb(226,195,102); }
div.DivClassName
{
background-color: #E2C366;
}
.BgClassName
{
background-color: #E2C366;
}
</style>
border-color css
<style>
span { border-color: #E2C366; }
span { border-color: rgb(226,195,102); }
td.TdClassName
{
border-color: #E2C366;
}
.TagClassName
{
border-color: #E2C366;
}
</style>