Shades of Givry #EDD2AC
Tints of Givry #EDD2AC
RGB
CMYK
RGB Variations
Color information
#EDD2AC (or 0xEDD2AC) is known color: Givry. HEX triplet: ED, D2 and AC. RGB value is (237,210,172). Sum of RGB (Red+Green+Blue) = 237+210+172=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD2AC is #122D53. Grayscale: #D5D5D5. Windows color (decimal): -1191252 or 11326189. OLE color: 11326189.
HSL color Cylindrical-coordinate representation of color #EDD2AC: hue angle of 35.08º 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 #EDD2AC is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 172 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.07 |
| HSL | 35.08º | 0.64% | 0.8% | - |
| HSV(B) | 35.08º | 0.27% | 0.93% | - |
| XYZ | 65.42 | 67.08 | 48.53 | - |
| YUV | 213.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 172 | 0 | 0.11 | 0.27 | 0.07 | 35.08 | 0.64 | 0.8 |
| Hex | ED | D2 | AC | 0 | B | 1B | 7 | 23 | 40 | 50 |
| Octal | 355 | 322 | 254 | 0 | 13 | 33 | 7 | 43 | 100 | 120 |
| Binary | 11101101 | 11010010 | 10101100 | 0 | 1011 | 11011 | 111 | 100011 | 1000000 | 1010000 |
Color Harmonies of #EDD2AC
Complementary color
Monochromatic Colors of #EDD2AC
Black with #EDD2AC
Text Example
Text Example
White with #EDD2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD2AC; }
p { color: rgb(237,210,172); }
H1.HeaderClassName
{
color: #EDD2AC;
}
.AnyTagClassName
{
color: #EDD2AC;
}
</style>
background-color css
<style>
a { background-color: #EDD2AC; }
a { background-color: rgb(237,210,172); }
div.DivClassName
{
background-color: #EDD2AC;
}
.BgClassName
{
background-color: #EDD2AC;
}
</style>
border-color css
<style>
span { border-color: #EDD2AC; }
span { border-color: rgb(237,210,172); }
td.TdClassName
{
border-color: #EDD2AC;
}
.TagClassName
{
border-color: #EDD2AC;
}
</style>