Shades of Givry #EDD8AF
Tints of Givry #EDD8AF
RGB
CMYK
RGB Variations
Color information
#EDD8AF (or 0xEDD8AF) is known color: Givry. HEX triplet: ED, D8 and AF. RGB value is (237,216,175). Sum of RGB (Red+Green+Blue) = 237+216+175=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD8AF is #122750. Grayscale: #D9D9D9. Windows color (decimal): -1189713 or 11524333. OLE color: 11524333.
HSL color Cylindrical-coordinate representation of color #EDD8AF: hue angle of 39.68º 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 #EDD8AF is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 175 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.07 |
| HSL | 39.68º | 0.63% | 0.81% | - |
| HSV(B) | 39.68º | 0.26% | 0.93% | - |
| XYZ | 67.22 | 70.21 | 50.57 | - |
| YUV | 217.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 175 | 0 | 0.09 | 0.26 | 0.07 | 39.68 | 0.63 | 0.81 |
| Hex | ED | D8 | AF | 0 | 9 | 1A | 7 | 28 | 3F | 51 |
| Octal | 355 | 330 | 257 | 0 | 11 | 32 | 7 | 50 | 77 | 121 |
| Binary | 11101101 | 11011000 | 10101111 | 0 | 1001 | 11010 | 111 | 101000 | 111111 | 1010001 |
Color Harmonies of #EDD8AF
Complementary color
Monochromatic Colors of #EDD8AF
Black with #EDD8AF
Text Example
Text Example
White with #EDD8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8AF; }
p { color: rgb(237,216,175); }
H1.HeaderClassName
{
color: #EDD8AF;
}
.AnyTagClassName
{
color: #EDD8AF;
}
</style>
background-color css
<style>
a { background-color: #EDD8AF; }
a { background-color: rgb(237,216,175); }
div.DivClassName
{
background-color: #EDD8AF;
}
.BgClassName
{
background-color: #EDD8AF;
}
</style>
border-color css
<style>
span { border-color: #EDD8AF; }
span { border-color: rgb(237,216,175); }
td.TdClassName
{
border-color: #EDD8AF;
}
.TagClassName
{
border-color: #EDD8AF;
}
</style>