Shades of Givry #EDD1AB
Tints of Givry #EDD1AB
RGB
CMYK
RGB Variations
Color information
#EDD1AB (or 0xEDD1AB) is known color: Givry. HEX triplet: ED, D1 and AB. RGB value is (237,209,171). Sum of RGB (Red+Green+Blue) = 237+209+171=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD1AB is #122E54. Grayscale: #D5D5D5. Windows color (decimal): -1191509 or 11260397. OLE color: 11260397.
HSL color Cylindrical-coordinate representation of color #EDD1AB: hue angle of 34.55º 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 #EDD1AB is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 171 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.07 |
| HSL | 34.55º | 0.65% | 0.8% | - |
| HSV(B) | 34.55º | 0.28% | 0.93% | - |
| XYZ | 65.08 | 66.55 | 47.94 | - |
| YUV | 213.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 171 | 0 | 0.12 | 0.28 | 0.07 | 34.55 | 0.65 | 0.8 |
| Hex | ED | D1 | AB | 0 | C | 1C | 7 | 23 | 41 | 50 |
| Octal | 355 | 321 | 253 | 0 | 14 | 34 | 7 | 43 | 101 | 120 |
| Binary | 11101101 | 11010001 | 10101011 | 0 | 1100 | 11100 | 111 | 100011 | 1000001 | 1010000 |
Color Harmonies of #EDD1AB
Complementary color
Monochromatic Colors of #EDD1AB
Black with #EDD1AB
Text Example
Text Example
White with #EDD1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1AB; }
p { color: rgb(237,209,171); }
H1.HeaderClassName
{
color: #EDD1AB;
}
.AnyTagClassName
{
color: #EDD1AB;
}
</style>
background-color css
<style>
a { background-color: #EDD1AB; }
a { background-color: rgb(237,209,171); }
div.DivClassName
{
background-color: #EDD1AB;
}
.BgClassName
{
background-color: #EDD1AB;
}
</style>
border-color css
<style>
span { border-color: #EDD1AB; }
span { border-color: rgb(237,209,171); }
td.TdClassName
{
border-color: #EDD1AB;
}
.TagClassName
{
border-color: #EDD1AB;
}
</style>