Shades of Givry #EDD7AF
Tints of Givry #EDD7AF
RGB
CMYK
RGB Variations
Color information
#EDD7AF (or 0xEDD7AF) is known color: Givry. HEX triplet: ED, D7 and AF. RGB value is (237,215,175). Sum of RGB (Red+Green+Blue) = 237+215+175=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD7AF is #122850. Grayscale: #D9D9D9. Windows color (decimal): -1189969 or 11524077. OLE color: 11524077.
HSL color Cylindrical-coordinate representation of color #EDD7AF: hue angle of 38.71º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDD7AF is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 175 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.07 |
| HSL | 38.71º | 0.63% | 0.81% | - |
| HSV(B) | 38.71º | 0.26% | 0.93% | - |
| XYZ | 66.96 | 69.7 | 50.48 | - |
| YUV | 217.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 175 | 0 | 0.09 | 0.26 | 0.07 | 38.71 | 0.63 | 0.81 |
| Hex | ED | D7 | AF | 0 | 9 | 1A | 7 | 27 | 3F | 51 |
| Octal | 355 | 327 | 257 | 0 | 11 | 32 | 7 | 47 | 77 | 121 |
| Binary | 11101101 | 11010111 | 10101111 | 0 | 1001 | 11010 | 111 | 100111 | 111111 | 1010001 |
Color Harmonies of #EDD7AF
Complementary color
Monochromatic Colors of #EDD7AF
Black with #EDD7AF
Text Example
Text Example
White with #EDD7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7AF; }
p { color: rgb(237,215,175); }
H1.HeaderClassName
{
color: #EDD7AF;
}
.AnyTagClassName
{
color: #EDD7AF;
}
</style>
background-color css
<style>
a { background-color: #EDD7AF; }
a { background-color: rgb(237,215,175); }
div.DivClassName
{
background-color: #EDD7AF;
}
.BgClassName
{
background-color: #EDD7AF;
}
</style>
border-color css
<style>
span { border-color: #EDD7AF; }
span { border-color: rgb(237,215,175); }
td.TdClassName
{
border-color: #EDD7AF;
}
.TagClassName
{
border-color: #EDD7AF;
}
</style>