Shades of Givry #EDD5AC
Tints of Givry #EDD5AC
RGB
CMYK
RGB Variations
Color information
#EDD5AC (or 0xEDD5AC) is known color: Givry. HEX triplet: ED, D5 and AC. RGB value is (237,213,172). Sum of RGB (Red+Green+Blue) = 237+213+172=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD5AC is #122A53. Grayscale: #D7D7D7. Windows color (decimal): -1190484 or 11326957. OLE color: 11326957.
HSL color Cylindrical-coordinate representation of color #EDD5AC: hue angle of 37.85º 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 #EDD5AC is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 172 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.07 |
| HSL | 37.85º | 0.64% | 0.8% | - |
| HSV(B) | 37.85º | 0.27% | 0.93% | - |
| XYZ | 66.17 | 68.57 | 48.78 | - |
| YUV | 215.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 172 | 0 | 0.10 | 0.27 | 0.07 | 37.85 | 0.64 | 0.8 |
| Hex | ED | D5 | AC | 0 | A | 1B | 7 | 26 | 40 | 50 |
| Octal | 355 | 325 | 254 | 0 | 12 | 33 | 7 | 46 | 100 | 120 |
| Binary | 11101101 | 11010101 | 10101100 | 0 | 1010 | 11011 | 111 | 100110 | 1000000 | 1010000 |
Color Harmonies of #EDD5AC
Complementary color
Monochromatic Colors of #EDD5AC
Black with #EDD5AC
Text Example
Text Example
White with #EDD5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5AC; }
p { color: rgb(237,213,172); }
H1.HeaderClassName
{
color: #EDD5AC;
}
.AnyTagClassName
{
color: #EDD5AC;
}
</style>
background-color css
<style>
a { background-color: #EDD5AC; }
a { background-color: rgb(237,213,172); }
div.DivClassName
{
background-color: #EDD5AC;
}
.BgClassName
{
background-color: #EDD5AC;
}
</style>
border-color css
<style>
span { border-color: #EDD5AC; }
span { border-color: rgb(237,213,172); }
td.TdClassName
{
border-color: #EDD5AC;
}
.TagClassName
{
border-color: #EDD5AC;
}
</style>