Shades of Givry #EED1AD
Tints of Givry #EED1AD
RGB
CMYK
RGB Variations
Color information
#EED1AD (or 0xEED1AD) is known color: Givry. HEX triplet: EE, D1 and AD. RGB value is (238,209,173). Sum of RGB (Red+Green+Blue) = 238+209+173=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED1AD is #112E52. Grayscale: #D5D5D5. Windows color (decimal): -1125971 or 11391470. OLE color: 11391470.
HSL color Cylindrical-coordinate representation of color #EED1AD: hue angle of 33.23º 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 #EED1AD is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 173 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.07 |
| HSL | 33.23º | 0.66% | 0.81% | - |
| HSV(B) | 33.23º | 0.27% | 0.93% | - |
| XYZ | 65.6 | 66.8 | 48.97 | - |
| YUV | 213.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 173 | 0 | 0.12 | 0.27 | 0.07 | 33.23 | 0.66 | 0.81 |
| Hex | EE | D1 | AD | 0 | C | 1B | 7 | 21 | 42 | 51 |
| Octal | 356 | 321 | 255 | 0 | 14 | 33 | 7 | 41 | 102 | 121 |
| Binary | 11101110 | 11010001 | 10101101 | 0 | 1100 | 11011 | 111 | 100001 | 1000010 | 1010001 |
Color Harmonies of #EED1AD
Complementary color
Monochromatic Colors of #EED1AD
Black with #EED1AD
Text Example
Text Example
White with #EED1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1AD; }
p { color: rgb(238,209,173); }
H1.HeaderClassName
{
color: #EED1AD;
}
.AnyTagClassName
{
color: #EED1AD;
}
</style>
background-color css
<style>
a { background-color: #EED1AD; }
a { background-color: rgb(238,209,173); }
div.DivClassName
{
background-color: #EED1AD;
}
.BgClassName
{
background-color: #EED1AD;
}
</style>
border-color css
<style>
span { border-color: #EED1AD; }
span { border-color: rgb(238,209,173); }
td.TdClassName
{
border-color: #EED1AD;
}
.TagClassName
{
border-color: #EED1AD;
}
</style>