Shades of Givry #EDD1AC
Tints of Givry #EDD1AC
RGB
CMYK
RGB Variations
Color information
#EDD1AC (or 0xEDD1AC) is known color: Givry. HEX triplet: ED, D1 and AC. RGB value is (237,209,172). Sum of RGB (Red+Green+Blue) = 237+209+172=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD1AC is #122E53. Grayscale: #D5D5D5. Windows color (decimal): -1191508 or 11325933. OLE color: 11325933.
HSL color Cylindrical-coordinate representation of color #EDD1AC: hue angle of 34.15º 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 #EDD1AC is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 172 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.07 |
| HSL | 34.15º | 0.64% | 0.8% | - |
| HSV(B) | 34.15º | 0.27% | 0.93% | - |
| XYZ | 65.17 | 66.58 | 48.45 | - |
| YUV | 213.15 | 104.78 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 172 | 0 | 0.12 | 0.27 | 0.07 | 34.15 | 0.64 | 0.8 |
| Hex | ED | D1 | AC | 0 | C | 1B | 7 | 22 | 40 | 50 |
| Octal | 355 | 321 | 254 | 0 | 14 | 33 | 7 | 42 | 100 | 120 |
| Binary | 11101101 | 11010001 | 10101100 | 0 | 1100 | 11011 | 111 | 100010 | 1000000 | 1010000 |
Color Harmonies of #EDD1AC
Complementary color
Monochromatic Colors of #EDD1AC
Black with #EDD1AC
Text Example
Text Example
White with #EDD1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1AC; }
p { color: rgb(237,209,172); }
H1.HeaderClassName
{
color: #EDD1AC;
}
.AnyTagClassName
{
color: #EDD1AC;
}
</style>
background-color css
<style>
a { background-color: #EDD1AC; }
a { background-color: rgb(237,209,172); }
div.DivClassName
{
background-color: #EDD1AC;
}
.BgClassName
{
background-color: #EDD1AC;
}
</style>
border-color css
<style>
span { border-color: #EDD1AC; }
span { border-color: rgb(237,209,172); }
td.TdClassName
{
border-color: #EDD1AC;
}
.TagClassName
{
border-color: #EDD1AC;
}
</style>