Shades of Givry #EDD6AD
Tints of Givry #EDD6AD
RGB
CMYK
RGB Variations
Color information
#EDD6AD (or 0xEDD6AD) is known color: Givry. HEX triplet: ED, D6 and AD. RGB value is (237,214,173). Sum of RGB (Red+Green+Blue) = 237+214+173=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD6AD is #122952. Grayscale: #D8D8D8. Windows color (decimal): -1190227 or 11392749. OLE color: 11392749.
HSL color Cylindrical-coordinate representation of color #EDD6AD: hue angle of 38.44º 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 #EDD6AD is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 173 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.07 |
| HSL | 38.44º | 0.64% | 0.8% | - |
| HSV(B) | 38.44º | 0.27% | 0.93% | - |
| XYZ | 66.51 | 69.11 | 49.37 | - |
| YUV | 216.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 173 | 0 | 0.10 | 0.27 | 0.07 | 38.44 | 0.64 | 0.8 |
| Hex | ED | D6 | AD | 0 | A | 1B | 7 | 26 | 40 | 50 |
| Octal | 355 | 326 | 255 | 0 | 12 | 33 | 7 | 46 | 100 | 120 |
| Binary | 11101101 | 11010110 | 10101101 | 0 | 1010 | 11011 | 111 | 100110 | 1000000 | 1010000 |
Color Harmonies of #EDD6AD
Complementary color
Monochromatic Colors of #EDD6AD
Black with #EDD6AD
Text Example
Text Example
White with #EDD6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD6AD; }
p { color: rgb(237,214,173); }
H1.HeaderClassName
{
color: #EDD6AD;
}
.AnyTagClassName
{
color: #EDD6AD;
}
</style>
background-color css
<style>
a { background-color: #EDD6AD; }
a { background-color: rgb(237,214,173); }
div.DivClassName
{
background-color: #EDD6AD;
}
.BgClassName
{
background-color: #EDD6AD;
}
</style>
border-color css
<style>
span { border-color: #EDD6AD; }
span { border-color: rgb(237,214,173); }
td.TdClassName
{
border-color: #EDD6AD;
}
.TagClassName
{
border-color: #EDD6AD;
}
</style>