Shades of Givry #EDD1AA
Tints of Givry #EDD1AA
RGB
CMYK
RGB Variations
Color information
#EDD1AA (or 0xEDD1AA) is known color: Givry. HEX triplet: ED, D1 and AA. RGB value is (237,209,170). Sum of RGB (Red+Green+Blue) = 237+209+170=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD1AA is #122E55. Grayscale: #D5D5D5. Windows color (decimal): -1191510 or 11194861. OLE color: 11194861.
HSL color Cylindrical-coordinate representation of color #EDD1AA: hue angle of 34.93º degrees, saturation: 0.65, 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 #EDD1AA is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 170 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.07 |
| HSL | 34.93º | 0.65% | 0.8% | - |
| HSV(B) | 34.93º | 0.28% | 0.93% | - |
| XYZ | 64.98 | 66.51 | 47.44 | - |
| YUV | 212.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 170 | 0 | 0.12 | 0.28 | 0.07 | 34.93 | 0.65 | 0.8 |
| Hex | ED | D1 | AA | 0 | C | 1C | 7 | 23 | 41 | 50 |
| Octal | 355 | 321 | 252 | 0 | 14 | 34 | 7 | 43 | 101 | 120 |
| Binary | 11101101 | 11010001 | 10101010 | 0 | 1100 | 11100 | 111 | 100011 | 1000001 | 1010000 |
Color Harmonies of #EDD1AA
Complementary color
Monochromatic Colors of #EDD1AA
Black with #EDD1AA
Text Example
Text Example
White with #EDD1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1AA; }
p { color: rgb(237,209,170); }
H1.HeaderClassName
{
color: #EDD1AA;
}
.AnyTagClassName
{
color: #EDD1AA;
}
</style>
background-color css
<style>
a { background-color: #EDD1AA; }
a { background-color: rgb(237,209,170); }
div.DivClassName
{
background-color: #EDD1AA;
}
.BgClassName
{
background-color: #EDD1AA;
}
</style>
border-color css
<style>
span { border-color: #EDD1AA; }
span { border-color: rgb(237,209,170); }
td.TdClassName
{
border-color: #EDD1AA;
}
.TagClassName
{
border-color: #EDD1AA;
}
</style>