Shades of Givry #E6CDAF
Tints of Givry #E6CDAF
RGB
CMYK
RGB Variations
Color information
#E6CDAF (or 0xE6CDAF) is known color: Givry. HEX triplet: E6, CD and AF. RGB value is (230,205,175). Sum of RGB (Red+Green+Blue) = 230+205+175=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CDAF is #193250. Grayscale: #D1D1D1. Windows color (decimal): -1651281 or 11521510. OLE color: 11521510.
HSL color Cylindrical-coordinate representation of color #E6CDAF: hue angle of 32.73º degrees, saturation: 0.52, 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 #E6CDAF is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 175 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.10 |
| HSL | 32.73º | 0.52% | 0.79% | - |
| HSV(B) | 32.73º | 0.24% | 0.9% | - |
| XYZ | 62.2 | 63.58 | 49.55 | - |
| YUV | 209.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 175 | 0 | 0.11 | 0.24 | 0.10 | 32.73 | 0.52 | 0.79 |
| Hex | E6 | CD | AF | 0 | B | 18 | A | 21 | 34 | 4F |
| Octal | 346 | 315 | 257 | 0 | 13 | 30 | 12 | 41 | 64 | 117 |
| Binary | 11100110 | 11001101 | 10101111 | 0 | 1011 | 11000 | 1010 | 100001 | 110100 | 1001111 |
Color Harmonies of #E6CDAF
Complementary color
Monochromatic Colors of #E6CDAF
Black with #E6CDAF
Text Example
Text Example
White with #E6CDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDAF; }
p { color: rgb(230,205,175); }
H1.HeaderClassName
{
color: #E6CDAF;
}
.AnyTagClassName
{
color: #E6CDAF;
}
</style>
background-color css
<style>
a { background-color: #E6CDAF; }
a { background-color: rgb(230,205,175); }
div.DivClassName
{
background-color: #E6CDAF;
}
.BgClassName
{
background-color: #E6CDAF;
}
</style>
border-color css
<style>
span { border-color: #E6CDAF; }
span { border-color: rgb(230,205,175); }
td.TdClassName
{
border-color: #E6CDAF;
}
.TagClassName
{
border-color: #E6CDAF;
}
</style>