Shades of Givry #EED7AD
Tints of Givry #EED7AD
RGB
CMYK
RGB Variations
Color information
#EED7AD (or 0xEED7AD) is known color: Givry. HEX triplet: EE, D7 and AD. RGB value is (238,215,173). Sum of RGB (Red+Green+Blue) = 238+215+173=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED7AD is #112852. Grayscale: #D9D9D9. Windows color (decimal): -1124435 or 11393006. OLE color: 11393006.
HSL color Cylindrical-coordinate representation of color #EED7AD: hue angle of 38.77º degrees, saturation: 0.66, 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 #EED7AD is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 173 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.07 |
| HSL | 38.77º | 0.66% | 0.81% | - |
| HSV(B) | 38.77º | 0.27% | 0.93% | - |
| XYZ | 67.1 | 69.8 | 49.47 | - |
| YUV | 217.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 173 | 0 | 0.10 | 0.27 | 0.07 | 38.77 | 0.66 | 0.81 |
| Hex | EE | D7 | AD | 0 | A | 1B | 7 | 27 | 42 | 51 |
| Octal | 356 | 327 | 255 | 0 | 12 | 33 | 7 | 47 | 102 | 121 |
| Binary | 11101110 | 11010111 | 10101101 | 0 | 1010 | 11011 | 111 | 100111 | 1000010 | 1010001 |
Color Harmonies of #EED7AD
Complementary color
Monochromatic Colors of #EED7AD
Black with #EED7AD
Text Example
Text Example
White with #EED7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED7AD; }
p { color: rgb(238,215,173); }
H1.HeaderClassName
{
color: #EED7AD;
}
.AnyTagClassName
{
color: #EED7AD;
}
</style>
background-color css
<style>
a { background-color: #EED7AD; }
a { background-color: rgb(238,215,173); }
div.DivClassName
{
background-color: #EED7AD;
}
.BgClassName
{
background-color: #EED7AD;
}
</style>
border-color css
<style>
span { border-color: #EED7AD; }
span { border-color: rgb(238,215,173); }
td.TdClassName
{
border-color: #EED7AD;
}
.TagClassName
{
border-color: #EED7AD;
}
</style>