Shades of Givry #EED1AF
Tints of Givry #EED1AF
RGB
CMYK
RGB Variations
Color information
#EED1AF (or 0xEED1AF) is known color: Givry. HEX triplet: EE, D1 and AF. RGB value is (238,209,175). Sum of RGB (Red+Green+Blue) = 238+209+175=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED1AF is #112E50. Grayscale: #D5D5D5. Windows color (decimal): -1125969 or 11522542. OLE color: 11522542.
HSL color Cylindrical-coordinate representation of color #EED1AF: hue angle of 32.38º 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 #EED1AF is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 175 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.07 |
| HSL | 32.38º | 0.65% | 0.81% | - |
| HSV(B) | 32.38º | 0.26% | 0.93% | - |
| XYZ | 65.8 | 66.87 | 50 | - |
| YUV | 213.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 175 | 0 | 0.12 | 0.26 | 0.07 | 32.38 | 0.65 | 0.81 |
| Hex | EE | D1 | AF | 0 | C | 1A | 7 | 20 | 41 | 51 |
| Octal | 356 | 321 | 257 | 0 | 14 | 32 | 7 | 40 | 101 | 121 |
| Binary | 11101110 | 11010001 | 10101111 | 0 | 1100 | 11010 | 111 | 100000 | 1000001 | 1010001 |
Color Harmonies of #EED1AF
Complementary color
Monochromatic Colors of #EED1AF
Black with #EED1AF
Text Example
Text Example
White with #EED1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1AF; }
p { color: rgb(238,209,175); }
H1.HeaderClassName
{
color: #EED1AF;
}
.AnyTagClassName
{
color: #EED1AF;
}
</style>
background-color css
<style>
a { background-color: #EED1AF; }
a { background-color: rgb(238,209,175); }
div.DivClassName
{
background-color: #EED1AF;
}
.BgClassName
{
background-color: #EED1AF;
}
</style>
border-color css
<style>
span { border-color: #EED1AF; }
span { border-color: rgb(238,209,175); }
td.TdClassName
{
border-color: #EED1AF;
}
.TagClassName
{
border-color: #EED1AF;
}
</style>