Shades of Givry #E6CDAD
Tints of Givry #E6CDAD
RGB
CMYK
RGB Variations
Color information
#E6CDAD (or 0xE6CDAD) is known color: Givry. HEX triplet: E6, CD and AD. RGB value is (230,205,173). Sum of RGB (Red+Green+Blue) = 230+205+173=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CDAD is #193252. Grayscale: #D0D0D0. Windows color (decimal): -1651283 or 11390438. OLE color: 11390438.
HSL color Cylindrical-coordinate representation of color #E6CDAD: hue angle of 33.68º degrees, saturation: 0.53, 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 #E6CDAD is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 173 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.10 |
| HSL | 33.68º | 0.53% | 0.79% | - |
| HSV(B) | 33.68º | 0.25% | 0.9% | - |
| XYZ | 62.01 | 63.5 | 48.52 | - |
| YUV | 208.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 173 | 0 | 0.11 | 0.25 | 0.10 | 33.68 | 0.53 | 0.79 |
| Hex | E6 | CD | AD | 0 | B | 19 | A | 22 | 35 | 4F |
| Octal | 346 | 315 | 255 | 0 | 13 | 31 | 12 | 42 | 65 | 117 |
| Binary | 11100110 | 11001101 | 10101101 | 0 | 1011 | 11001 | 1010 | 100010 | 110101 | 1001111 |
Color Harmonies of #E6CDAD
Complementary color
Monochromatic Colors of #E6CDAD
Black with #E6CDAD
Text Example
Text Example
White with #E6CDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDAD; }
p { color: rgb(230,205,173); }
H1.HeaderClassName
{
color: #E6CDAD;
}
.AnyTagClassName
{
color: #E6CDAD;
}
</style>
background-color css
<style>
a { background-color: #E6CDAD; }
a { background-color: rgb(230,205,173); }
div.DivClassName
{
background-color: #E6CDAD;
}
.BgClassName
{
background-color: #E6CDAD;
}
</style>
border-color css
<style>
span { border-color: #E6CDAD; }
span { border-color: rgb(230,205,173); }
td.TdClassName
{
border-color: #E6CDAD;
}
.TagClassName
{
border-color: #E6CDAD;
}
</style>