Shades of Givry #EED1AB
Tints of Givry #EED1AB
RGB
CMYK
RGB Variations
Color information
#EED1AB (or 0xEED1AB) is known color: Givry. HEX triplet: EE, D1 and AB. RGB value is (238,209,171). Sum of RGB (Red+Green+Blue) = 238+209+171=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED1AB is #112E54. Grayscale: #D5D5D5. Windows color (decimal): -1125973 or 11260398. OLE color: 11260398.
HSL color Cylindrical-coordinate representation of color #EED1AB: hue angle of 34.03º 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 #EED1AB is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 171 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.07 |
| HSL | 34.03º | 0.66% | 0.8% | - |
| HSV(B) | 34.03º | 0.28% | 0.93% | - |
| XYZ | 65.41 | 66.72 | 47.96 | - |
| YUV | 213.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 171 | 0 | 0.12 | 0.28 | 0.07 | 34.03 | 0.66 | 0.8 |
| Hex | EE | D1 | AB | 0 | C | 1C | 7 | 22 | 42 | 50 |
| Octal | 356 | 321 | 253 | 0 | 14 | 34 | 7 | 42 | 102 | 120 |
| Binary | 11101110 | 11010001 | 10101011 | 0 | 1100 | 11100 | 111 | 100010 | 1000010 | 1010000 |
Color Harmonies of #EED1AB
Complementary color
Monochromatic Colors of #EED1AB
Black with #EED1AB
Text Example
Text Example
White with #EED1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1AB; }
p { color: rgb(238,209,171); }
H1.HeaderClassName
{
color: #EED1AB;
}
.AnyTagClassName
{
color: #EED1AB;
}
</style>
background-color css
<style>
a { background-color: #EED1AB; }
a { background-color: rgb(238,209,171); }
div.DivClassName
{
background-color: #EED1AB;
}
.BgClassName
{
background-color: #EED1AB;
}
</style>
border-color css
<style>
span { border-color: #EED1AB; }
span { border-color: rgb(238,209,171); }
td.TdClassName
{
border-color: #EED1AB;
}
.TagClassName
{
border-color: #EED1AB;
}
</style>