Shades of Givry #EED0AF
Tints of Givry #EED0AF
RGB
CMYK
RGB Variations
Color information
#EED0AF (or 0xEED0AF) is known color: Givry. HEX triplet: EE, D0 and AF. RGB value is (238,208,175). Sum of RGB (Red+Green+Blue) = 238+208+175=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED0AF is #112F50. Grayscale: #D5D5D5. Windows color (decimal): -1126225 or 11522286. OLE color: 11522286.
HSL color Cylindrical-coordinate representation of color #EED0AF: hue angle of 31.43º 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 #EED0AF is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 175 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.07 |
| HSL | 31.43º | 0.65% | 0.81% | - |
| HSV(B) | 31.43º | 0.26% | 0.93% | - |
| XYZ | 65.55 | 66.38 | 49.92 | - |
| YUV | 213.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 175 | 0 | 0.13 | 0.26 | 0.07 | 31.43 | 0.65 | 0.81 |
| Hex | EE | D0 | AF | 0 | D | 1A | 7 | 1F | 41 | 51 |
| Octal | 356 | 320 | 257 | 0 | 15 | 32 | 7 | 37 | 101 | 121 |
| Binary | 11101110 | 11010000 | 10101111 | 0 | 1101 | 11010 | 111 | 11111 | 1000001 | 1010001 |
Color Harmonies of #EED0AF
Complementary color
Monochromatic Colors of #EED0AF
Black with #EED0AF
Text Example
Text Example
White with #EED0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0AF; }
p { color: rgb(238,208,175); }
H1.HeaderClassName
{
color: #EED0AF;
}
.AnyTagClassName
{
color: #EED0AF;
}
</style>
background-color css
<style>
a { background-color: #EED0AF; }
a { background-color: rgb(238,208,175); }
div.DivClassName
{
background-color: #EED0AF;
}
.BgClassName
{
background-color: #EED0AF;
}
</style>
border-color css
<style>
span { border-color: #EED0AF; }
span { border-color: rgb(238,208,175); }
td.TdClassName
{
border-color: #EED0AF;
}
.TagClassName
{
border-color: #EED0AF;
}
</style>