Shades of Givry #EAD2AB
Tints of Givry #EAD2AB
RGB
CMYK
RGB Variations
Color information
#EAD2AB (or 0xEAD2AB) is known color: Givry. HEX triplet: EA, D2 and AB. RGB value is (234,210,171). Sum of RGB (Red+Green+Blue) = 234+210+171=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD2AB is #152D54. Grayscale: #D4D4D4. Windows color (decimal): -1387861 or 11260650. OLE color: 11260650.
HSL color Cylindrical-coordinate representation of color #EAD2AB: hue angle of 37.14º 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 #EAD2AB is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 171 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.08 |
| HSL | 37.14º | 0.6% | 0.79% | - |
| HSV(B) | 37.14º | 0.27% | 0.92% | - |
| XYZ | 64.33 | 66.53 | 47.98 | - |
| YUV | 212.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 171 | 0 | 0.10 | 0.27 | 0.08 | 37.14 | 0.6 | 0.79 |
| Hex | EA | D2 | AB | 0 | A | 1B | 8 | 25 | 3C | 4F |
| Octal | 352 | 322 | 253 | 0 | 12 | 33 | 10 | 45 | 74 | 117 |
| Binary | 11101010 | 11010010 | 10101011 | 0 | 1010 | 11011 | 1000 | 100101 | 111100 | 1001111 |
Color Harmonies of #EAD2AB
Complementary color
Monochromatic Colors of #EAD2AB
Black with #EAD2AB
Text Example
Text Example
White with #EAD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2AB; }
p { color: rgb(234,210,171); }
H1.HeaderClassName
{
color: #EAD2AB;
}
.AnyTagClassName
{
color: #EAD2AB;
}
</style>
background-color css
<style>
a { background-color: #EAD2AB; }
a { background-color: rgb(234,210,171); }
div.DivClassName
{
background-color: #EAD2AB;
}
.BgClassName
{
background-color: #EAD2AB;
}
</style>
border-color css
<style>
span { border-color: #EAD2AB; }
span { border-color: rgb(234,210,171); }
td.TdClassName
{
border-color: #EAD2AB;
}
.TagClassName
{
border-color: #EAD2AB;
}
</style>