Shades of Givry #EED2AD
Tints of Givry #EED2AD
RGB
CMYK
RGB Variations
Color information
#EED2AD (or 0xEED2AD) is known color: Givry. HEX triplet: EE, D2 and AD. RGB value is (238,210,173). Sum of RGB (Red+Green+Blue) = 238+210+173=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED2AD is #112D52. Grayscale: #D6D6D6. Windows color (decimal): -1125715 or 11391726. OLE color: 11391726.
HSL color Cylindrical-coordinate representation of color #EED2AD: hue angle of 34.15º 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 #EED2AD is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 173 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.07 |
| HSL | 34.15º | 0.66% | 0.81% | - |
| HSV(B) | 34.15º | 0.27% | 0.93% | - |
| XYZ | 65.85 | 67.29 | 49.05 | - |
| YUV | 214.15 | 104.78 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 173 | 0 | 0.12 | 0.27 | 0.07 | 34.15 | 0.66 | 0.81 |
| Hex | EE | D2 | AD | 0 | C | 1B | 7 | 22 | 42 | 51 |
| Octal | 356 | 322 | 255 | 0 | 14 | 33 | 7 | 42 | 102 | 121 |
| Binary | 11101110 | 11010010 | 10101101 | 0 | 1100 | 11011 | 111 | 100010 | 1000010 | 1010001 |
Color Harmonies of #EED2AD
Complementary color
Monochromatic Colors of #EED2AD
Black with #EED2AD
Text Example
Text Example
White with #EED2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2AD; }
p { color: rgb(238,210,173); }
H1.HeaderClassName
{
color: #EED2AD;
}
.AnyTagClassName
{
color: #EED2AD;
}
</style>
background-color css
<style>
a { background-color: #EED2AD; }
a { background-color: rgb(238,210,173); }
div.DivClassName
{
background-color: #EED2AD;
}
.BgClassName
{
background-color: #EED2AD;
}
</style>
border-color css
<style>
span { border-color: #EED2AD; }
span { border-color: rgb(238,210,173); }
td.TdClassName
{
border-color: #EED2AD;
}
.TagClassName
{
border-color: #EED2AD;
}
</style>