Shades of Givry #EDD3AE
Tints of Givry #EDD3AE
RGB
CMYK
RGB Variations
Color information
#EDD3AE (or 0xEDD3AE) is known color: Givry. HEX triplet: ED, D3 and AE. RGB value is (237,211,174). Sum of RGB (Red+Green+Blue) = 237+211+174=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD3AE is #122C51. Grayscale: #D6D6D6. Windows color (decimal): -1190994 or 11457517. OLE color: 11457517.
HSL color Cylindrical-coordinate representation of color #EDD3AE: hue angle of 35.24º 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 #EDD3AE is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 174 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.07 |
| HSL | 35.24º | 0.64% | 0.81% | - |
| HSV(B) | 35.24º | 0.27% | 0.93% | - |
| XYZ | 65.86 | 67.65 | 49.63 | - |
| YUV | 214.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 174 | 0 | 0.11 | 0.27 | 0.07 | 35.24 | 0.64 | 0.81 |
| Hex | ED | D3 | AE | 0 | B | 1B | 7 | 23 | 40 | 51 |
| Octal | 355 | 323 | 256 | 0 | 13 | 33 | 7 | 43 | 100 | 121 |
| Binary | 11101101 | 11010011 | 10101110 | 0 | 1011 | 11011 | 111 | 100011 | 1000000 | 1010001 |
Color Harmonies of #EDD3AE
Complementary color
Monochromatic Colors of #EDD3AE
Black with #EDD3AE
Text Example
Text Example
White with #EDD3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3AE; }
p { color: rgb(237,211,174); }
H1.HeaderClassName
{
color: #EDD3AE;
}
.AnyTagClassName
{
color: #EDD3AE;
}
</style>
background-color css
<style>
a { background-color: #EDD3AE; }
a { background-color: rgb(237,211,174); }
div.DivClassName
{
background-color: #EDD3AE;
}
.BgClassName
{
background-color: #EDD3AE;
}
</style>
border-color css
<style>
span { border-color: #EDD3AE; }
span { border-color: rgb(237,211,174); }
td.TdClassName
{
border-color: #EDD3AE;
}
.TagClassName
{
border-color: #EDD3AE;
}
</style>