Shades of Chenin #E1C26F
Tints of Chenin #E1C26F
RGB
CMYK
RGB Variations
Color information
#E1C26F (or 0xE1C26F) is known color: Chenin. HEX triplet: E1, C2 and 6F. RGB value is (225,194,111). Sum of RGB (Red+Green+Blue) = 225+194+111=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C26F is #1E3D90. Grayscale: #C2C2C2. Windows color (decimal): -1981841 or 7324385. OLE color: 7324385.
HSL color Cylindrical-coordinate representation of color #E1C26F: hue angle of 43.68º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1C26F is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 111 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.12 |
| HSL | 43.68º | 0.66% | 0.66% | - |
| HSV(B) | 43.68º | 0.51% | 0.88% | - |
| XYZ | 53.21 | 55.74 | 22.99 | - |
| YUV | 193.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 111 | 0 | 0.14 | 0.51 | 0.12 | 43.68 | 0.66 | 0.66 |
| Hex | E1 | C2 | 6F | 0 | E | 33 | C | 2C | 42 | 42 |
| Octal | 341 | 302 | 157 | 0 | 16 | 63 | 14 | 54 | 102 | 102 |
| Binary | 11100001 | 11000010 | 1101111 | 0 | 1110 | 110011 | 1100 | 101100 | 1000010 | 1000010 |
Color Harmonies of #E1C26F
Complementary color
Monochromatic Colors of #E1C26F
Black with #E1C26F
Text Example
Text Example
White with #E1C26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C26F; }
p { color: rgb(225,194,111); }
H1.HeaderClassName
{
color: #E1C26F;
}
.AnyTagClassName
{
color: #E1C26F;
}
</style>
background-color css
<style>
a { background-color: #E1C26F; }
a { background-color: rgb(225,194,111); }
div.DivClassName
{
background-color: #E1C26F;
}
.BgClassName
{
background-color: #E1C26F;
}
</style>
border-color css
<style>
span { border-color: #E1C26F; }
span { border-color: rgb(225,194,111); }
td.TdClassName
{
border-color: #E1C26F;
}
.TagClassName
{
border-color: #E1C26F;
}
</style>