Shades of Givry #EDD3AF
Tints of Givry #EDD3AF
RGB
CMYK
RGB Variations
Color information
#EDD3AF (or 0xEDD3AF) is known color: Givry. HEX triplet: ED, D3 and AF. RGB value is (237,211,175). Sum of RGB (Red+Green+Blue) = 237+211+175=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD3AF is #122C50. Grayscale: #D6D6D6. Windows color (decimal): -1190993 or 11523053. OLE color: 11523053.
HSL color Cylindrical-coordinate representation of color #EDD3AF: hue angle of 34.84º 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 #EDD3AF is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 175 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.07 |
| HSL | 34.84º | 0.63% | 0.81% | - |
| HSV(B) | 34.84º | 0.26% | 0.93% | - |
| XYZ | 65.96 | 67.69 | 50.15 | - |
| YUV | 214.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 175 | 0 | 0.11 | 0.26 | 0.07 | 34.84 | 0.63 | 0.81 |
| Hex | ED | D3 | AF | 0 | B | 1A | 7 | 23 | 3F | 51 |
| Octal | 355 | 323 | 257 | 0 | 13 | 32 | 7 | 43 | 77 | 121 |
| Binary | 11101101 | 11010011 | 10101111 | 0 | 1011 | 11010 | 111 | 100011 | 111111 | 1010001 |
Color Harmonies of #EDD3AF
Complementary color
Monochromatic Colors of #EDD3AF
Black with #EDD3AF
Text Example
Text Example
White with #EDD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3AF; }
p { color: rgb(237,211,175); }
H1.HeaderClassName
{
color: #EDD3AF;
}
.AnyTagClassName
{
color: #EDD3AF;
}
</style>
background-color css
<style>
a { background-color: #EDD3AF; }
a { background-color: rgb(237,211,175); }
div.DivClassName
{
background-color: #EDD3AF;
}
.BgClassName
{
background-color: #EDD3AF;
}
</style>
border-color css
<style>
span { border-color: #EDD3AF; }
span { border-color: rgb(237,211,175); }
td.TdClassName
{
border-color: #EDD3AF;
}
.TagClassName
{
border-color: #EDD3AF;
}
</style>