Shades of Givry #EDD5AD
Tints of Givry #EDD5AD
RGB
CMYK
RGB Variations
Color information
#EDD5AD (or 0xEDD5AD) is known color: Givry. HEX triplet: ED, D5 and AD. RGB value is (237,213,173). Sum of RGB (Red+Green+Blue) = 237+213+173=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD5AD is #122A52. Grayscale: #D7D7D7. Windows color (decimal): -1190483 or 11392493. OLE color: 11392493.
HSL color Cylindrical-coordinate representation of color #EDD5AD: hue angle of 37.5º 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 #EDD5AD is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 173 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.07 |
| HSL | 37.5º | 0.64% | 0.8% | - |
| HSV(B) | 37.5º | 0.27% | 0.93% | - |
| XYZ | 66.26 | 68.61 | 49.29 | - |
| YUV | 215.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 173 | 0 | 0.10 | 0.27 | 0.07 | 37.5 | 0.64 | 0.8 |
| Hex | ED | D5 | AD | 0 | A | 1B | 7 | 26 | 40 | 50 |
| Octal | 355 | 325 | 255 | 0 | 12 | 33 | 7 | 46 | 100 | 120 |
| Binary | 11101101 | 11010101 | 10101101 | 0 | 1010 | 11011 | 111 | 100110 | 1000000 | 1010000 |
Color Harmonies of #EDD5AD
Complementary color
Monochromatic Colors of #EDD5AD
Black with #EDD5AD
Text Example
Text Example
White with #EDD5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5AD; }
p { color: rgb(237,213,173); }
H1.HeaderClassName
{
color: #EDD5AD;
}
.AnyTagClassName
{
color: #EDD5AD;
}
</style>
background-color css
<style>
a { background-color: #EDD5AD; }
a { background-color: rgb(237,213,173); }
div.DivClassName
{
background-color: #EDD5AD;
}
.BgClassName
{
background-color: #EDD5AD;
}
</style>
border-color css
<style>
span { border-color: #EDD5AD; }
span { border-color: rgb(237,213,173); }
td.TdClassName
{
border-color: #EDD5AD;
}
.TagClassName
{
border-color: #EDD5AD;
}
</style>