Shades of Givry #EED3AF
Tints of Givry #EED3AF
RGB
CMYK
RGB Variations
Color information
#EED3AF (or 0xEED3AF) is known color: Givry. HEX triplet: EE, D3 and AF. RGB value is (238,211,175). Sum of RGB (Red+Green+Blue) = 238+211+175=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED3AF is #112C50. Grayscale: #D7D7D7. Windows color (decimal): -1125457 or 11523054. OLE color: 11523054.
HSL color Cylindrical-coordinate representation of color #EED3AF: hue angle of 34.29º degrees, saturation: 0.65, 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 #EED3AF is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 175 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.07 |
| HSL | 34.29º | 0.65% | 0.81% | - |
| HSV(B) | 34.29º | 0.26% | 0.93% | - |
| XYZ | 66.29 | 67.86 | 50.16 | - |
| YUV | 214.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 175 | 0 | 0.11 | 0.26 | 0.07 | 34.29 | 0.65 | 0.81 |
| Hex | EE | D3 | AF | 0 | B | 1A | 7 | 22 | 41 | 51 |
| Octal | 356 | 323 | 257 | 0 | 13 | 32 | 7 | 42 | 101 | 121 |
| Binary | 11101110 | 11010011 | 10101111 | 0 | 1011 | 11010 | 111 | 100010 | 1000001 | 1010001 |
Color Harmonies of #EED3AF
Complementary color
Monochromatic Colors of #EED3AF
Black with #EED3AF
Text Example
Text Example
White with #EED3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3AF; }
p { color: rgb(238,211,175); }
H1.HeaderClassName
{
color: #EED3AF;
}
.AnyTagClassName
{
color: #EED3AF;
}
</style>
background-color css
<style>
a { background-color: #EED3AF; }
a { background-color: rgb(238,211,175); }
div.DivClassName
{
background-color: #EED3AF;
}
.BgClassName
{
background-color: #EED3AF;
}
</style>
border-color css
<style>
span { border-color: #EED3AF; }
span { border-color: rgb(238,211,175); }
td.TdClassName
{
border-color: #EED3AF;
}
.TagClassName
{
border-color: #EED3AF;
}
</style>