Shades of Givry #EDD8AE
Tints of Givry #EDD8AE
RGB
CMYK
RGB Variations
Color information
#EDD8AE (or 0xEDD8AE) is known color: Givry. HEX triplet: ED, D8 and AE. RGB value is (237,216,174). Sum of RGB (Red+Green+Blue) = 237+216+174=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD8AE is #122751. Grayscale: #D9D9D9. Windows color (decimal): -1189714 or 11458797. OLE color: 11458797.
HSL color Cylindrical-coordinate representation of color #EDD8AE: hue angle of 40º 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 #EDD8AE is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 174 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.07 |
| HSL | 40º | 0.64% | 0.81% | - |
| HSV(B) | 40º | 0.27% | 0.93% | - |
| XYZ | 67.12 | 70.17 | 50.05 | - |
| YUV | 217.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 174 | 0 | 0.09 | 0.27 | 0.07 | 40 | 0.64 | 0.81 |
| Hex | ED | D8 | AE | 0 | 9 | 1B | 7 | 28 | 40 | 51 |
| Octal | 355 | 330 | 256 | 0 | 11 | 33 | 7 | 50 | 100 | 121 |
| Binary | 11101101 | 11011000 | 10101110 | 0 | 1001 | 11011 | 111 | 101000 | 1000000 | 1010001 |
Color Harmonies of #EDD8AE
Complementary color
Monochromatic Colors of #EDD8AE
Black with #EDD8AE
Text Example
Text Example
White with #EDD8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8AE; }
p { color: rgb(237,216,174); }
H1.HeaderClassName
{
color: #EDD8AE;
}
.AnyTagClassName
{
color: #EDD8AE;
}
</style>
background-color css
<style>
a { background-color: #EDD8AE; }
a { background-color: rgb(237,216,174); }
div.DivClassName
{
background-color: #EDD8AE;
}
.BgClassName
{
background-color: #EDD8AE;
}
</style>
border-color css
<style>
span { border-color: #EDD8AE; }
span { border-color: rgb(237,216,174); }
td.TdClassName
{
border-color: #EDD8AE;
}
.TagClassName
{
border-color: #EDD8AE;
}
</style>