Shades of Chenin #E3C270
Tints of Chenin #E3C270
RGB
CMYK
RGB Variations
Color information
#E3C270 (or 0xE3C270) is known color: Chenin. HEX triplet: E3, C2 and 70. RGB value is (227,194,112). Sum of RGB (Red+Green+Blue) = 227+194+112=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C270 is #1C3D8F. Grayscale: #C2C2C2. Windows color (decimal): -1850768 or 7389923. OLE color: 7389923.
HSL color Cylindrical-coordinate representation of color #E3C270: hue angle of 42.78º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3C270 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 194 | 112 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.11 |
| HSL | 42.78º | 0.67% | 0.66% | - |
| HSV(B) | 42.78º | 0.51% | 0.89% | - |
| XYZ | 53.89 | 56.08 | 23.31 | - |
| YUV | 194.52 | 81.43 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 194 | 112 | 0 | 0.15 | 0.51 | 0.11 | 42.78 | 0.67 | 0.66 |
| Hex | E3 | C2 | 70 | 0 | F | 33 | B | 2B | 43 | 42 |
| Octal | 343 | 302 | 160 | 0 | 17 | 63 | 13 | 53 | 103 | 102 |
| Binary | 11100011 | 11000010 | 1110000 | 0 | 1111 | 110011 | 1011 | 101011 | 1000011 | 1000010 |
Color Harmonies of #E3C270
Complementary color
Monochromatic Colors of #E3C270
Black with #E3C270
Text Example
Text Example
White with #E3C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C270; }
p { color: rgb(227,194,112); }
H1.HeaderClassName
{
color: #E3C270;
}
.AnyTagClassName
{
color: #E3C270;
}
</style>
background-color css
<style>
a { background-color: #E3C270; }
a { background-color: rgb(227,194,112); }
div.DivClassName
{
background-color: #E3C270;
}
.BgClassName
{
background-color: #E3C270;
}
</style>
border-color css
<style>
span { border-color: #E3C270; }
span { border-color: rgb(227,194,112); }
td.TdClassName
{
border-color: #E3C270;
}
.TagClassName
{
border-color: #E3C270;
}
</style>