Shades of Givry #EACDAB
Tints of Givry #EACDAB
RGB
CMYK
RGB Variations
Color information
#EACDAB (or 0xEACDAB) is known color: Givry. HEX triplet: EA, CD and AB. RGB value is (234,205,171). Sum of RGB (Red+Green+Blue) = 234+205+171=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDAB is #153254. Grayscale: #D1D1D1. Windows color (decimal): -1389141 or 11259370. OLE color: 11259370.
HSL color Cylindrical-coordinate representation of color #EACDAB: hue angle of 32.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EACDAB is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 171 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.08 |
| HSL | 32.38º | 0.6% | 0.79% | - |
| HSV(B) | 32.38º | 0.27% | 0.92% | - |
| XYZ | 63.11 | 64.1 | 47.57 | - |
| YUV | 209.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 171 | 0 | 0.12 | 0.27 | 0.08 | 32.38 | 0.6 | 0.79 |
| Hex | EA | CD | AB | 0 | C | 1B | 8 | 20 | 3C | 4F |
| Octal | 352 | 315 | 253 | 0 | 14 | 33 | 10 | 40 | 74 | 117 |
| Binary | 11101010 | 11001101 | 10101011 | 0 | 1100 | 11011 | 1000 | 100000 | 111100 | 1001111 |
Color Harmonies of #EACDAB
Complementary color
Monochromatic Colors of #EACDAB
Black with #EACDAB
Text Example
Text Example
White with #EACDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDAB; }
p { color: rgb(234,205,171); }
H1.HeaderClassName
{
color: #EACDAB;
}
.AnyTagClassName
{
color: #EACDAB;
}
</style>
background-color css
<style>
a { background-color: #EACDAB; }
a { background-color: rgb(234,205,171); }
div.DivClassName
{
background-color: #EACDAB;
}
.BgClassName
{
background-color: #EACDAB;
}
</style>
border-color css
<style>
span { border-color: #EACDAB; }
span { border-color: rgb(234,205,171); }
td.TdClassName
{
border-color: #EACDAB;
}
.TagClassName
{
border-color: #EACDAB;
}
</style>