Shades of Givry #EED8AD
Tints of Givry #EED8AD
RGB
CMYK
RGB Variations
Color information
#EED8AD (or 0xEED8AD) is known color: Givry. HEX triplet: EE, D8 and AD. RGB value is (238,216,173). Sum of RGB (Red+Green+Blue) = 238+216+173=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED8AD is #112752. Grayscale: #D9D9D9. Windows color (decimal): -1124179 or 11393262. OLE color: 11393262.
HSL color Cylindrical-coordinate representation of color #EED8AD: hue angle of 39.69º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EED8AD is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 173 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.07 |
| HSL | 39.69º | 0.66% | 0.81% | - |
| HSV(B) | 39.69º | 0.27% | 0.93% | - |
| XYZ | 67.36 | 70.31 | 49.56 | - |
| YUV | 217.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 173 | 0 | 0.09 | 0.27 | 0.07 | 39.69 | 0.66 | 0.81 |
| Hex | EE | D8 | AD | 0 | 9 | 1B | 7 | 28 | 42 | 51 |
| Octal | 356 | 330 | 255 | 0 | 11 | 33 | 7 | 50 | 102 | 121 |
| Binary | 11101110 | 11011000 | 10101101 | 0 | 1001 | 11011 | 111 | 101000 | 1000010 | 1010001 |
Color Harmonies of #EED8AD
Complementary color
Monochromatic Colors of #EED8AD
Black with #EED8AD
Text Example
Text Example
White with #EED8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8AD; }
p { color: rgb(238,216,173); }
H1.HeaderClassName
{
color: #EED8AD;
}
.AnyTagClassName
{
color: #EED8AD;
}
</style>
background-color css
<style>
a { background-color: #EED8AD; }
a { background-color: rgb(238,216,173); }
div.DivClassName
{
background-color: #EED8AD;
}
.BgClassName
{
background-color: #EED8AD;
}
</style>
border-color css
<style>
span { border-color: #EED8AD; }
span { border-color: rgb(238,216,173); }
td.TdClassName
{
border-color: #EED8AD;
}
.TagClassName
{
border-color: #EED8AD;
}
</style>