Shades of Givry #EDD1AE
Tints of Givry #EDD1AE
RGB
CMYK
RGB Variations
Color information
#EDD1AE (or 0xEDD1AE) is known color: Givry. HEX triplet: ED, D1 and AE. RGB value is (237,209,174). Sum of RGB (Red+Green+Blue) = 237+209+174=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD1AE is #122E51. Grayscale: #D5D5D5. Windows color (decimal): -1191506 or 11457005. OLE color: 11457005.
HSL color Cylindrical-coordinate representation of color #EDD1AE: hue angle of 33.33º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDD1AE is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 174 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.07 |
| HSL | 33.33º | 0.64% | 0.81% | - |
| HSV(B) | 33.33º | 0.27% | 0.93% | - |
| XYZ | 65.37 | 66.66 | 49.47 | - |
| YUV | 213.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 174 | 0 | 0.12 | 0.27 | 0.07 | 33.33 | 0.64 | 0.81 |
| Hex | ED | D1 | AE | 0 | C | 1B | 7 | 21 | 40 | 51 |
| Octal | 355 | 321 | 256 | 0 | 14 | 33 | 7 | 41 | 100 | 121 |
| Binary | 11101101 | 11010001 | 10101110 | 0 | 1100 | 11011 | 111 | 100001 | 1000000 | 1010001 |
Color Harmonies of #EDD1AE
Complementary color
Monochromatic Colors of #EDD1AE
Black with #EDD1AE
Text Example
Text Example
White with #EDD1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1AE; }
p { color: rgb(237,209,174); }
H1.HeaderClassName
{
color: #EDD1AE;
}
.AnyTagClassName
{
color: #EDD1AE;
}
</style>
background-color css
<style>
a { background-color: #EDD1AE; }
a { background-color: rgb(237,209,174); }
div.DivClassName
{
background-color: #EDD1AE;
}
.BgClassName
{
background-color: #EDD1AE;
}
</style>
border-color css
<style>
span { border-color: #EDD1AE; }
span { border-color: rgb(237,209,174); }
td.TdClassName
{
border-color: #EDD1AE;
}
.TagClassName
{
border-color: #EDD1AE;
}
</style>