Shades of Chenin #E7C26E
Tints of Chenin #E7C26E
RGB
CMYK
RGB Variations
Color information
#E7C26E (or 0xE7C26E) is known color: Chenin. HEX triplet: E7, C2 and 6E. RGB value is (231,194,110). Sum of RGB (Red+Green+Blue) = 231+194+110=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C26E is #183D91. Grayscale: #C3C3C3. Windows color (decimal): -1588626 or 7258855. OLE color: 7258855.
HSL color Cylindrical-coordinate representation of color #E7C26E: hue angle of 41.65º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7C26E is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 194 | 110 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.09 |
| HSL | 41.65º | 0.72% | 0.67% | - |
| HSV(B) | 41.65º | 0.52% | 0.91% | - |
| XYZ | 55.06 | 56.7 | 22.79 | - |
| YUV | 195.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 194 | 110 | 0 | 0.16 | 0.52 | 0.09 | 41.65 | 0.72 | 0.67 |
| Hex | E7 | C2 | 6E | 0 | 10 | 34 | 9 | 2A | 48 | 43 |
| Octal | 347 | 302 | 156 | 0 | 20 | 64 | 11 | 52 | 110 | 103 |
| Binary | 11100111 | 11000010 | 1101110 | 0 | 10000 | 110100 | 1001 | 101010 | 1001000 | 1000011 |
Color Harmonies of #E7C26E
Complementary color
Monochromatic Colors of #E7C26E
Black with #E7C26E
Text Example
Text Example
White with #E7C26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C26E; }
p { color: rgb(231,194,110); }
H1.HeaderClassName
{
color: #E7C26E;
}
.AnyTagClassName
{
color: #E7C26E;
}
</style>
background-color css
<style>
a { background-color: #E7C26E; }
a { background-color: rgb(231,194,110); }
div.DivClassName
{
background-color: #E7C26E;
}
.BgClassName
{
background-color: #E7C26E;
}
</style>
border-color css
<style>
span { border-color: #E7C26E; }
span { border-color: rgb(231,194,110); }
td.TdClassName
{
border-color: #E7C26E;
}
.TagClassName
{
border-color: #E7C26E;
}
</style>