Shades of Givry #E6CEAA
Tints of Givry #E6CEAA
RGB
CMYK
RGB Variations
Color information
#E6CEAA (or 0xE6CEAA) is known color: Givry. HEX triplet: E6, CE and AA. RGB value is (230,206,170). Sum of RGB (Red+Green+Blue) = 230+206+170=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CEAA is #193155. Grayscale: #D1D1D1. Windows color (decimal): -1651030 or 11194086. OLE color: 11194086.
HSL color Cylindrical-coordinate representation of color #E6CEAA: hue angle of 36º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6CEAA is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 170 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.10 |
| HSL | 36º | 0.55% | 0.78% | - |
| HSV(B) | 36º | 0.26% | 0.9% | - |
| XYZ | 61.96 | 63.87 | 47.09 | - |
| YUV | 209.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 170 | 0 | 0.10 | 0.26 | 0.10 | 36 | 0.55 | 0.78 |
| Hex | E6 | CE | AA | 0 | A | 1A | A | 24 | 37 | 4E |
| Octal | 346 | 316 | 252 | 0 | 12 | 32 | 12 | 44 | 67 | 116 |
| Binary | 11100110 | 11001110 | 10101010 | 0 | 1010 | 11010 | 1010 | 100100 | 110111 | 1001110 |
Color Harmonies of #E6CEAA
Complementary color
Monochromatic Colors of #E6CEAA
Black with #E6CEAA
Text Example
Text Example
White with #E6CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEAA; }
p { color: rgb(230,206,170); }
H1.HeaderClassName
{
color: #E6CEAA;
}
.AnyTagClassName
{
color: #E6CEAA;
}
</style>
background-color css
<style>
a { background-color: #E6CEAA; }
a { background-color: rgb(230,206,170); }
div.DivClassName
{
background-color: #E6CEAA;
}
.BgClassName
{
background-color: #E6CEAA;
}
</style>
border-color css
<style>
span { border-color: #E6CEAA; }
span { border-color: rgb(230,206,170); }
td.TdClassName
{
border-color: #E6CEAA;
}
.TagClassName
{
border-color: #E6CEAA;
}
</style>