Shades of Chenin #E3C264
Tints of Chenin #E3C264
RGB
CMYK
RGB Variations
Color information
#E3C264 (or 0xE3C264) is known color: Chenin. HEX triplet: E3, C2 and 64. RGB value is (227,194,100). Sum of RGB (Red+Green+Blue) = 227+194+100=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C264 is #1C3D9B. Grayscale: #C1C1C1. Windows color (decimal): -1850780 or 6603491. OLE color: 6603491.
HSL color Cylindrical-coordinate representation of color #E3C264: hue angle of 44.41º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E3C264 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 194 | 100 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.11 |
| HSL | 44.41º | 0.69% | 0.64% | - |
| HSV(B) | 44.41º | 0.56% | 0.89% | - |
| XYZ | 53.27 | 55.83 | 20.03 | - |
| YUV | 193.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 194 | 100 | 0 | 0.15 | 0.56 | 0.11 | 44.41 | 0.69 | 0.64 |
| Hex | E3 | C2 | 64 | 0 | F | 38 | B | 2C | 45 | 40 |
| Octal | 343 | 302 | 144 | 0 | 17 | 70 | 13 | 54 | 105 | 100 |
| Binary | 11100011 | 11000010 | 1100100 | 0 | 1111 | 111000 | 1011 | 101100 | 1000101 | 1000000 |
Color Harmonies of #E3C264
Complementary color
Monochromatic Colors of #E3C264
Black with #E3C264
Text Example
Text Example
White with #E3C264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C264; }
p { color: rgb(227,194,100); }
H1.HeaderClassName
{
color: #E3C264;
}
.AnyTagClassName
{
color: #E3C264;
}
</style>
background-color css
<style>
a { background-color: #E3C264; }
a { background-color: rgb(227,194,100); }
div.DivClassName
{
background-color: #E3C264;
}
.BgClassName
{
background-color: #E3C264;
}
</style>
border-color css
<style>
span { border-color: #E3C264; }
span { border-color: rgb(227,194,100); }
td.TdClassName
{
border-color: #E3C264;
}
.TagClassName
{
border-color: #E3C264;
}
</style>