Shades of Givry #E6CDAA
Tints of Givry #E6CDAA
RGB
CMYK
RGB Variations
Color information
#E6CDAA (or 0xE6CDAA) is known color: Givry. HEX triplet: E6, CD and AA. RGB value is (230,205,170). Sum of RGB (Red+Green+Blue) = 230+205+170=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CDAA is #193255. Grayscale: #D0D0D0. Windows color (decimal): -1651286 or 11193830. OLE color: 11193830.
HSL color Cylindrical-coordinate representation of color #E6CDAA: hue angle of 35º 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 #E6CDAA is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 170 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.10 |
| HSL | 35º | 0.55% | 0.78% | - |
| HSV(B) | 35º | 0.26% | 0.9% | - |
| XYZ | 61.72 | 63.39 | 47.01 | - |
| YUV | 208.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 170 | 0 | 0.11 | 0.26 | 0.10 | 35 | 0.55 | 0.78 |
| Hex | E6 | CD | AA | 0 | B | 1A | A | 23 | 37 | 4E |
| Octal | 346 | 315 | 252 | 0 | 13 | 32 | 12 | 43 | 67 | 116 |
| Binary | 11100110 | 11001101 | 10101010 | 0 | 1011 | 11010 | 1010 | 100011 | 110111 | 1001110 |
Color Harmonies of #E6CDAA
Complementary color
Monochromatic Colors of #E6CDAA
Black with #E6CDAA
Text Example
Text Example
White with #E6CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDAA; }
p { color: rgb(230,205,170); }
H1.HeaderClassName
{
color: #E6CDAA;
}
.AnyTagClassName
{
color: #E6CDAA;
}
</style>
background-color css
<style>
a { background-color: #E6CDAA; }
a { background-color: rgb(230,205,170); }
div.DivClassName
{
background-color: #E6CDAA;
}
.BgClassName
{
background-color: #E6CDAA;
}
</style>
border-color css
<style>
span { border-color: #E6CDAA; }
span { border-color: rgb(230,205,170); }
td.TdClassName
{
border-color: #E6CDAA;
}
.TagClassName
{
border-color: #E6CDAA;
}
</style>