Shades of Chenin #E6C874
Tints of Chenin #E6C874
RGB
CMYK
RGB Variations
Color information
#E6C874 (or 0xE6C874) is known color: Chenin. HEX triplet: E6, C8 and 74. RGB value is (230,200,116). Sum of RGB (Red+Green+Blue) = 230+200+116=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C874 is #19378B. Grayscale: #C7C7C7. Windows color (decimal): -1652620 or 7653606. OLE color: 7653606.
HSL color Cylindrical-coordinate representation of color #E6C874: hue angle of 44.21º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6C874 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 116 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.10 |
| HSL | 44.21º | 0.7% | 0.68% | - |
| HSV(B) | 44.21º | 0.5% | 0.9% | - |
| XYZ | 56.44 | 59.39 | 25.01 | - |
| YUV | 199.39 | 80.94 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 116 | 0 | 0.13 | 0.50 | 0.10 | 44.21 | 0.7 | 0.68 |
| Hex | E6 | C8 | 74 | 0 | D | 32 | A | 2C | 46 | 44 |
| Octal | 346 | 310 | 164 | 0 | 15 | 62 | 12 | 54 | 106 | 104 |
| Binary | 11100110 | 11001000 | 1110100 | 0 | 1101 | 110010 | 1010 | 101100 | 1000110 | 1000100 |
Color Harmonies of #E6C874
Complementary color
Monochromatic Colors of #E6C874
Black with #E6C874
Text Example
Text Example
White with #E6C874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C874; }
p { color: rgb(230,200,116); }
H1.HeaderClassName
{
color: #E6C874;
}
.AnyTagClassName
{
color: #E6C874;
}
</style>
background-color css
<style>
a { background-color: #E6C874; }
a { background-color: rgb(230,200,116); }
div.DivClassName
{
background-color: #E6C874;
}
.BgClassName
{
background-color: #E6C874;
}
</style>
border-color css
<style>
span { border-color: #E6C874; }
span { border-color: rgb(230,200,116); }
td.TdClassName
{
border-color: #E6C874;
}
.TagClassName
{
border-color: #E6C874;
}
</style>