Shades of Givry #E6D0AC
Tints of Givry #E6D0AC
RGB
CMYK
RGB Variations
Color information
#E6D0AC (or 0xE6D0AC) is known color: Givry. HEX triplet: E6, D0 and AC. RGB value is (230,208,172). Sum of RGB (Red+Green+Blue) = 230+208+172=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D0AC is #192F53. Grayscale: #D2D2D2. Windows color (decimal): -1650516 or 11325670. OLE color: 11325670.
HSL color Cylindrical-coordinate representation of color #E6D0AC: hue angle of 37.24º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6D0AC is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 172 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.10 |
| HSL | 37.24º | 0.54% | 0.79% | - |
| HSV(B) | 37.24º | 0.25% | 0.9% | - |
| XYZ | 62.64 | 64.91 | 48.26 | - |
| YUV | 210.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 172 | 0 | 0.10 | 0.25 | 0.10 | 37.24 | 0.54 | 0.79 |
| Hex | E6 | D0 | AC | 0 | A | 19 | A | 25 | 36 | 4F |
| Octal | 346 | 320 | 254 | 0 | 12 | 31 | 12 | 45 | 66 | 117 |
| Binary | 11100110 | 11010000 | 10101100 | 0 | 1010 | 11001 | 1010 | 100101 | 110110 | 1001111 |
Color Harmonies of #E6D0AC
Complementary color
Monochromatic Colors of #E6D0AC
Black with #E6D0AC
Text Example
Text Example
White with #E6D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D0AC; }
p { color: rgb(230,208,172); }
H1.HeaderClassName
{
color: #E6D0AC;
}
.AnyTagClassName
{
color: #E6D0AC;
}
</style>
background-color css
<style>
a { background-color: #E6D0AC; }
a { background-color: rgb(230,208,172); }
div.DivClassName
{
background-color: #E6D0AC;
}
.BgClassName
{
background-color: #E6D0AC;
}
</style>
border-color css
<style>
span { border-color: #E6D0AC; }
span { border-color: rgb(230,208,172); }
td.TdClassName
{
border-color: #E6D0AC;
}
.TagClassName
{
border-color: #E6D0AC;
}
</style>