Shades of Givry #E6CEAB
Tints of Givry #E6CEAB
RGB
CMYK
RGB Variations
Color information
#E6CEAB (or 0xE6CEAB) is known color: Givry. HEX triplet: E6, CE and AB. RGB value is (230,206,171). Sum of RGB (Red+Green+Blue) = 230+206+171=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CEAB is #193154. Grayscale: #D1D1D1. Windows color (decimal): -1651029 or 11259622. OLE color: 11259622.
HSL color Cylindrical-coordinate representation of color #E6CEAB: hue angle of 35.59º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6CEAB is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 171 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.10 |
| HSL | 35.59º | 0.54% | 0.79% | - |
| HSV(B) | 35.59º | 0.26% | 0.9% | - |
| XYZ | 62.06 | 63.91 | 47.59 | - |
| YUV | 209.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 171 | 0 | 0.10 | 0.26 | 0.10 | 35.59 | 0.54 | 0.79 |
| Hex | E6 | CE | AB | 0 | A | 1A | A | 24 | 36 | 4F |
| Octal | 346 | 316 | 253 | 0 | 12 | 32 | 12 | 44 | 66 | 117 |
| Binary | 11100110 | 11001110 | 10101011 | 0 | 1010 | 11010 | 1010 | 100100 | 110110 | 1001111 |
Color Harmonies of #E6CEAB
Complementary color
Monochromatic Colors of #E6CEAB
Black with #E6CEAB
Text Example
Text Example
White with #E6CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEAB; }
p { color: rgb(230,206,171); }
H1.HeaderClassName
{
color: #E6CEAB;
}
.AnyTagClassName
{
color: #E6CEAB;
}
</style>
background-color css
<style>
a { background-color: #E6CEAB; }
a { background-color: rgb(230,206,171); }
div.DivClassName
{
background-color: #E6CEAB;
}
.BgClassName
{
background-color: #E6CEAB;
}
</style>
border-color css
<style>
span { border-color: #E6CEAB; }
span { border-color: rgb(230,206,171); }
td.TdClassName
{
border-color: #E6CEAB;
}
.TagClassName
{
border-color: #E6CEAB;
}
</style>