Shades of Givry #EED3AB
Tints of Givry #EED3AB
RGB
CMYK
RGB Variations
Color information
#EED3AB (or 0xEED3AB) is known color: Givry. HEX triplet: EE, D3 and AB. RGB value is (238,211,171). Sum of RGB (Red+Green+Blue) = 238+211+171=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED3AB is #112C54. Grayscale: #D6D6D6. Windows color (decimal): -1125461 or 11260910. OLE color: 11260910.
HSL color Cylindrical-coordinate representation of color #EED3AB: hue angle of 35.82º 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 #EED3AB is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 171 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.07 |
| HSL | 35.82º | 0.66% | 0.8% | - |
| HSV(B) | 35.82º | 0.28% | 0.93% | - |
| XYZ | 65.9 | 67.71 | 48.12 | - |
| YUV | 214.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 171 | 0 | 0.11 | 0.28 | 0.07 | 35.82 | 0.66 | 0.8 |
| Hex | EE | D3 | AB | 0 | B | 1C | 7 | 24 | 42 | 50 |
| Octal | 356 | 323 | 253 | 0 | 13 | 34 | 7 | 44 | 102 | 120 |
| Binary | 11101110 | 11010011 | 10101011 | 0 | 1011 | 11100 | 111 | 100100 | 1000010 | 1010000 |
Color Harmonies of #EED3AB
Complementary color
Monochromatic Colors of #EED3AB
Black with #EED3AB
Text Example
Text Example
White with #EED3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3AB; }
p { color: rgb(238,211,171); }
H1.HeaderClassName
{
color: #EED3AB;
}
.AnyTagClassName
{
color: #EED3AB;
}
</style>
background-color css
<style>
a { background-color: #EED3AB; }
a { background-color: rgb(238,211,171); }
div.DivClassName
{
background-color: #EED3AB;
}
.BgClassName
{
background-color: #EED3AB;
}
</style>
border-color css
<style>
span { border-color: #EED3AB; }
span { border-color: rgb(238,211,171); }
td.TdClassName
{
border-color: #EED3AB;
}
.TagClassName
{
border-color: #EED3AB;
}
</style>