Shades of Givry #E6D2AE
Tints of Givry #E6D2AE
RGB
CMYK
RGB Variations
Color information
#E6D2AE (or 0xE6D2AE) is known color: Givry. HEX triplet: E6, D2 and AE. RGB value is (230,210,174). Sum of RGB (Red+Green+Blue) = 230+210+174=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D2AE is #192D51. Grayscale: #D4D4D4. Windows color (decimal): -1650002 or 11457254. OLE color: 11457254.
HSL color Cylindrical-coordinate representation of color #E6D2AE: hue angle of 38.57º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6D2AE is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 210 | 174 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.10 |
| HSL | 38.57º | 0.53% | 0.79% | - |
| HSV(B) | 38.57º | 0.24% | 0.9% | - |
| XYZ | 63.32 | 65.97 | 49.44 | - |
| YUV | 211.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 210 | 174 | 0 | 0.09 | 0.24 | 0.10 | 38.57 | 0.53 | 0.79 |
| Hex | E6 | D2 | AE | 0 | 9 | 18 | A | 27 | 35 | 4F |
| Octal | 346 | 322 | 256 | 0 | 11 | 30 | 12 | 47 | 65 | 117 |
| Binary | 11100110 | 11010010 | 10101110 | 0 | 1001 | 11000 | 1010 | 100111 | 110101 | 1001111 |
Color Harmonies of #E6D2AE
Complementary color
Monochromatic Colors of #E6D2AE
Black with #E6D2AE
Text Example
Text Example
White with #E6D2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D2AE; }
p { color: rgb(230,210,174); }
H1.HeaderClassName
{
color: #E6D2AE;
}
.AnyTagClassName
{
color: #E6D2AE;
}
</style>
background-color css
<style>
a { background-color: #E6D2AE; }
a { background-color: rgb(230,210,174); }
div.DivClassName
{
background-color: #E6D2AE;
}
.BgClassName
{
background-color: #E6D2AE;
}
</style>
border-color css
<style>
span { border-color: #E6D2AE; }
span { border-color: rgb(230,210,174); }
td.TdClassName
{
border-color: #E6D2AE;
}
.TagClassName
{
border-color: #E6D2AE;
}
</style>