Shades of Givry #EDD0AB
Tints of Givry #EDD0AB
RGB
CMYK
RGB Variations
Color information
#EDD0AB (or 0xEDD0AB) is known color: Givry. HEX triplet: ED, D0 and AB. RGB value is (237,208,171). Sum of RGB (Red+Green+Blue) = 237+208+171=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0AB is #122F54. Grayscale: #D4D4D4. Windows color (decimal): -1191765 or 11260141. OLE color: 11260141.
HSL color Cylindrical-coordinate representation of color #EDD0AB: hue angle of 33.64º 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 #EDD0AB is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 171 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.07 |
| HSL | 33.64º | 0.65% | 0.8% | - |
| HSV(B) | 33.64º | 0.28% | 0.93% | - |
| XYZ | 64.83 | 66.06 | 47.86 | - |
| YUV | 212.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 171 | 0 | 0.12 | 0.28 | 0.07 | 33.64 | 0.65 | 0.8 |
| Hex | ED | D0 | AB | 0 | C | 1C | 7 | 22 | 41 | 50 |
| Octal | 355 | 320 | 253 | 0 | 14 | 34 | 7 | 42 | 101 | 120 |
| Binary | 11101101 | 11010000 | 10101011 | 0 | 1100 | 11100 | 111 | 100010 | 1000001 | 1010000 |
Color Harmonies of #EDD0AB
Complementary color
Monochromatic Colors of #EDD0AB
Black with #EDD0AB
Text Example
Text Example
White with #EDD0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0AB; }
p { color: rgb(237,208,171); }
H1.HeaderClassName
{
color: #EDD0AB;
}
.AnyTagClassName
{
color: #EDD0AB;
}
</style>
background-color css
<style>
a { background-color: #EDD0AB; }
a { background-color: rgb(237,208,171); }
div.DivClassName
{
background-color: #EDD0AB;
}
.BgClassName
{
background-color: #EDD0AB;
}
</style>
border-color css
<style>
span { border-color: #EDD0AB; }
span { border-color: rgb(237,208,171); }
td.TdClassName
{
border-color: #EDD0AB;
}
.TagClassName
{
border-color: #EDD0AB;
}
</style>