Shades of Givry #EED2AB
Tints of Givry #EED2AB
RGB
CMYK
RGB Variations
Color information
#EED2AB (or 0xEED2AB) is known color: Givry. HEX triplet: EE, D2 and AB. RGB value is (238,210,171). Sum of RGB (Red+Green+Blue) = 238+210+171=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED2AB is #112D54. Grayscale: #D6D6D6. Windows color (decimal): -1125717 or 11260654. OLE color: 11260654.
HSL color Cylindrical-coordinate representation of color #EED2AB: hue angle of 34.93º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EED2AB is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 171 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.07 |
| HSL | 34.93º | 0.66% | 0.8% | - |
| HSV(B) | 34.93º | 0.28% | 0.93% | - |
| XYZ | 65.66 | 67.21 | 48.04 | - |
| YUV | 213.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 171 | 0 | 0.12 | 0.28 | 0.07 | 34.93 | 0.66 | 0.8 |
| Hex | EE | D2 | AB | 0 | C | 1C | 7 | 23 | 42 | 50 |
| Octal | 356 | 322 | 253 | 0 | 14 | 34 | 7 | 43 | 102 | 120 |
| Binary | 11101110 | 11010010 | 10101011 | 0 | 1100 | 11100 | 111 | 100011 | 1000010 | 1010000 |
Color Harmonies of #EED2AB
Complementary color
Monochromatic Colors of #EED2AB
Black with #EED2AB
Text Example
Text Example
White with #EED2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2AB; }
p { color: rgb(238,210,171); }
H1.HeaderClassName
{
color: #EED2AB;
}
.AnyTagClassName
{
color: #EED2AB;
}
</style>
background-color css
<style>
a { background-color: #EED2AB; }
a { background-color: rgb(238,210,171); }
div.DivClassName
{
background-color: #EED2AB;
}
.BgClassName
{
background-color: #EED2AB;
}
</style>
border-color css
<style>
span { border-color: #EED2AB; }
span { border-color: rgb(238,210,171); }
td.TdClassName
{
border-color: #EED2AB;
}
.TagClassName
{
border-color: #EED2AB;
}
</style>