Shades of Chenin #E2C378
Tints of Chenin #E2C378
RGB
CMYK
RGB Variations
Color information
#E2C378 (or 0xE2C378) is known color: Chenin. HEX triplet: E2, C3 and 78. RGB value is (226,195,120). Sum of RGB (Red+Green+Blue) = 226+195+120=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C378 is #1D3C87. Grayscale: #C4C4C4. Windows color (decimal): -1916040 or 7914466. OLE color: 7914466.
HSL color Cylindrical-coordinate representation of color #E2C378: hue angle of 42.45º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2C378 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 195 | 120 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.11 |
| HSL | 42.45º | 0.65% | 0.68% | - |
| HSV(B) | 42.45º | 0.47% | 0.89% | - |
| XYZ | 54.27 | 56.56 | 25.83 | - |
| YUV | 195.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 120 | 0 | 0.14 | 0.47 | 0.11 | 42.45 | 0.65 | 0.68 |
| Hex | E2 | C3 | 78 | 0 | E | 2F | B | 2A | 41 | 44 |
| Octal | 342 | 303 | 170 | 0 | 16 | 57 | 13 | 52 | 101 | 104 |
| Binary | 11100010 | 11000011 | 1111000 | 0 | 1110 | 101111 | 1011 | 101010 | 1000001 | 1000100 |
Color Harmonies of #E2C378
Complementary color
Monochromatic Colors of #E2C378
Black with #E2C378
Text Example
Text Example
White with #E2C378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C378; }
p { color: rgb(226,195,120); }
H1.HeaderClassName
{
color: #E2C378;
}
.AnyTagClassName
{
color: #E2C378;
}
</style>
background-color css
<style>
a { background-color: #E2C378; }
a { background-color: rgb(226,195,120); }
div.DivClassName
{
background-color: #E2C378;
}
.BgClassName
{
background-color: #E2C378;
}
</style>
border-color css
<style>
span { border-color: #E2C378; }
span { border-color: rgb(226,195,120); }
td.TdClassName
{
border-color: #E2C378;
}
.TagClassName
{
border-color: #E2C378;
}
</style>