Shades of Givry #EDD2AE
Tints of Givry #EDD2AE
RGB
CMYK
RGB Variations
Color information
#EDD2AE (or 0xEDD2AE) is known color: Givry. HEX triplet: ED, D2 and AE. RGB value is (237,210,174). Sum of RGB (Red+Green+Blue) = 237+210+174=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD2AE is #122D51. Grayscale: #D6D6D6. Windows color (decimal): -1191250 or 11457261. OLE color: 11457261.
HSL color Cylindrical-coordinate representation of color #EDD2AE: hue angle of 34.29º 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 #EDD2AE is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 174 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.07 |
| HSL | 34.29º | 0.64% | 0.81% | - |
| HSV(B) | 34.29º | 0.27% | 0.93% | - |
| XYZ | 65.61 | 67.15 | 49.55 | - |
| YUV | 213.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 174 | 0 | 0.11 | 0.27 | 0.07 | 34.29 | 0.64 | 0.81 |
| Hex | ED | D2 | AE | 0 | B | 1B | 7 | 22 | 40 | 51 |
| Octal | 355 | 322 | 256 | 0 | 13 | 33 | 7 | 42 | 100 | 121 |
| Binary | 11101101 | 11010010 | 10101110 | 0 | 1011 | 11011 | 111 | 100010 | 1000000 | 1010001 |
Color Harmonies of #EDD2AE
Complementary color
Monochromatic Colors of #EDD2AE
Black with #EDD2AE
Text Example
Text Example
White with #EDD2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD2AE; }
p { color: rgb(237,210,174); }
H1.HeaderClassName
{
color: #EDD2AE;
}
.AnyTagClassName
{
color: #EDD2AE;
}
</style>
background-color css
<style>
a { background-color: #EDD2AE; }
a { background-color: rgb(237,210,174); }
div.DivClassName
{
background-color: #EDD2AE;
}
.BgClassName
{
background-color: #EDD2AE;
}
</style>
border-color css
<style>
span { border-color: #EDD2AE; }
span { border-color: rgb(237,210,174); }
td.TdClassName
{
border-color: #EDD2AE;
}
.TagClassName
{
border-color: #EDD2AE;
}
</style>