Shades of Givry #EDD0AD
Tints of Givry #EDD0AD
RGB
CMYK
RGB Variations
Color information
#EDD0AD (or 0xEDD0AD) is known color: Givry. HEX triplet: ED, D0 and AD. RGB value is (237,208,173). Sum of RGB (Red+Green+Blue) = 237+208+173=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0AD is #122F52. Grayscale: #D4D4D4. Windows color (decimal): -1191763 or 11391213. OLE color: 11391213.
HSL color Cylindrical-coordinate representation of color #EDD0AD: hue angle of 32.81º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDD0AD is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 173 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.07 |
| HSL | 32.81º | 0.64% | 0.8% | - |
| HSV(B) | 32.81º | 0.27% | 0.93% | - |
| XYZ | 65.02 | 66.13 | 48.87 | - |
| YUV | 212.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 173 | 0 | 0.12 | 0.27 | 0.07 | 32.81 | 0.64 | 0.8 |
| Hex | ED | D0 | AD | 0 | C | 1B | 7 | 21 | 40 | 50 |
| Octal | 355 | 320 | 255 | 0 | 14 | 33 | 7 | 41 | 100 | 120 |
| Binary | 11101101 | 11010000 | 10101101 | 0 | 1100 | 11011 | 111 | 100001 | 1000000 | 1010000 |
Color Harmonies of #EDD0AD
Complementary color
Monochromatic Colors of #EDD0AD
Black with #EDD0AD
Text Example
Text Example
White with #EDD0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0AD; }
p { color: rgb(237,208,173); }
H1.HeaderClassName
{
color: #EDD0AD;
}
.AnyTagClassName
{
color: #EDD0AD;
}
</style>
background-color css
<style>
a { background-color: #EDD0AD; }
a { background-color: rgb(237,208,173); }
div.DivClassName
{
background-color: #EDD0AD;
}
.BgClassName
{
background-color: #EDD0AD;
}
</style>
border-color css
<style>
span { border-color: #EDD0AD; }
span { border-color: rgb(237,208,173); }
td.TdClassName
{
border-color: #EDD0AD;
}
.TagClassName
{
border-color: #EDD0AD;
}
</style>