Shades of Chenin #E6C371
Tints of Chenin #E6C371
RGB
CMYK
RGB Variations
Color information
#E6C371 (or 0xE6C371) is known color: Chenin. HEX triplet: E6, C3 and 71. RGB value is (230,195,113). Sum of RGB (Red+Green+Blue) = 230+195+113=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C371 is #193C8E. Grayscale: #C4C4C4. Windows color (decimal): -1653903 or 7455718. OLE color: 7455718.
HSL color Cylindrical-coordinate representation of color #E6C371: hue angle of 42.05º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6C371 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 113 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.10 |
| HSL | 42.05º | 0.7% | 0.67% | - |
| HSV(B) | 42.05º | 0.51% | 0.9% | - |
| XYZ | 55.13 | 57.05 | 23.73 | - |
| YUV | 196.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 113 | 0 | 0.15 | 0.51 | 0.10 | 42.05 | 0.7 | 0.67 |
| Hex | E6 | C3 | 71 | 0 | F | 33 | A | 2A | 46 | 43 |
| Octal | 346 | 303 | 161 | 0 | 17 | 63 | 12 | 52 | 106 | 103 |
| Binary | 11100110 | 11000011 | 1110001 | 0 | 1111 | 110011 | 1010 | 101010 | 1000110 | 1000011 |
Color Harmonies of #E6C371
Complementary color
Monochromatic Colors of #E6C371
Black with #E6C371
Text Example
Text Example
White with #E6C371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C371; }
p { color: rgb(230,195,113); }
H1.HeaderClassName
{
color: #E6C371;
}
.AnyTagClassName
{
color: #E6C371;
}
</style>
background-color css
<style>
a { background-color: #E6C371; }
a { background-color: rgb(230,195,113); }
div.DivClassName
{
background-color: #E6C371;
}
.BgClassName
{
background-color: #E6C371;
}
</style>
border-color css
<style>
span { border-color: #E6C371; }
span { border-color: rgb(230,195,113); }
td.TdClassName
{
border-color: #E6C371;
}
.TagClassName
{
border-color: #E6C371;
}
</style>