Shades of Givry #EDD0AA
Tints of Givry #EDD0AA
RGB
CMYK
RGB Variations
Color information
#EDD0AA (or 0xEDD0AA) is known color: Givry. HEX triplet: ED, D0 and AA. RGB value is (237,208,170). Sum of RGB (Red+Green+Blue) = 237+208+170=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0AA is #122F55. Grayscale: #D4D4D4. Windows color (decimal): -1191766 or 11194605. OLE color: 11194605.
HSL color Cylindrical-coordinate representation of color #EDD0AA: hue angle of 34.03º 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 #EDD0AA is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 170 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.07 |
| HSL | 34.03º | 0.65% | 0.8% | - |
| HSV(B) | 34.03º | 0.28% | 0.93% | - |
| XYZ | 64.74 | 66.02 | 47.36 | - |
| YUV | 212.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 170 | 0 | 0.12 | 0.28 | 0.07 | 34.03 | 0.65 | 0.8 |
| Hex | ED | D0 | AA | 0 | C | 1C | 7 | 22 | 41 | 50 |
| Octal | 355 | 320 | 252 | 0 | 14 | 34 | 7 | 42 | 101 | 120 |
| Binary | 11101101 | 11010000 | 10101010 | 0 | 1100 | 11100 | 111 | 100010 | 1000001 | 1010000 |
Color Harmonies of #EDD0AA
Complementary color
Monochromatic Colors of #EDD0AA
Black with #EDD0AA
Text Example
Text Example
White with #EDD0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0AA; }
p { color: rgb(237,208,170); }
H1.HeaderClassName
{
color: #EDD0AA;
}
.AnyTagClassName
{
color: #EDD0AA;
}
</style>
background-color css
<style>
a { background-color: #EDD0AA; }
a { background-color: rgb(237,208,170); }
div.DivClassName
{
background-color: #EDD0AA;
}
.BgClassName
{
background-color: #EDD0AA;
}
</style>
border-color css
<style>
span { border-color: #EDD0AA; }
span { border-color: rgb(237,208,170); }
td.TdClassName
{
border-color: #EDD0AA;
}
.TagClassName
{
border-color: #EDD0AA;
}
</style>