Shades of Givry #EED0AB
Tints of Givry #EED0AB
RGB
CMYK
RGB Variations
Color information
#EED0AB (or 0xEED0AB) is known color: Givry. HEX triplet: EE, D0 and AB. RGB value is (238,208,171). Sum of RGB (Red+Green+Blue) = 238+208+171=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED0AB is #112F54. Grayscale: #D4D4D4. Windows color (decimal): -1126229 or 11260142. OLE color: 11260142.
HSL color Cylindrical-coordinate representation of color #EED0AB: hue angle of 33.13º 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 #EED0AB is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 171 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.07 |
| HSL | 33.13º | 0.66% | 0.8% | - |
| HSV(B) | 33.13º | 0.28% | 0.93% | - |
| XYZ | 65.17 | 66.23 | 47.88 | - |
| YUV | 212.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 171 | 0 | 0.13 | 0.28 | 0.07 | 33.13 | 0.66 | 0.8 |
| Hex | EE | D0 | AB | 0 | D | 1C | 7 | 21 | 42 | 50 |
| Octal | 356 | 320 | 253 | 0 | 15 | 34 | 7 | 41 | 102 | 120 |
| Binary | 11101110 | 11010000 | 10101011 | 0 | 1101 | 11100 | 111 | 100001 | 1000010 | 1010000 |
Color Harmonies of #EED0AB
Complementary color
Monochromatic Colors of #EED0AB
Black with #EED0AB
Text Example
Text Example
White with #EED0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0AB; }
p { color: rgb(238,208,171); }
H1.HeaderClassName
{
color: #EED0AB;
}
.AnyTagClassName
{
color: #EED0AB;
}
</style>
background-color css
<style>
a { background-color: #EED0AB; }
a { background-color: rgb(238,208,171); }
div.DivClassName
{
background-color: #EED0AB;
}
.BgClassName
{
background-color: #EED0AB;
}
</style>
border-color css
<style>
span { border-color: #EED0AB; }
span { border-color: rgb(238,208,171); }
td.TdClassName
{
border-color: #EED0AB;
}
.TagClassName
{
border-color: #EED0AB;
}
</style>