Shades of Givry #EED0AD
Tints of Givry #EED0AD
RGB
CMYK
RGB Variations
Color information
#EED0AD (or 0xEED0AD) is known color: Givry. HEX triplet: EE, D0 and AD. RGB value is (238,208,173). Sum of RGB (Red+Green+Blue) = 238+208+173=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED0AD is #112F52. Grayscale: #D5D5D5. Windows color (decimal): -1126227 or 11391214. OLE color: 11391214.
HSL color Cylindrical-coordinate representation of color #EED0AD: hue angle of 32.31º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EED0AD is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 173 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.07 |
| HSL | 32.31º | 0.66% | 0.81% | - |
| HSV(B) | 32.31º | 0.27% | 0.93% | - |
| XYZ | 65.36 | 66.31 | 48.89 | - |
| YUV | 212.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 173 | 0 | 0.13 | 0.27 | 0.07 | 32.31 | 0.66 | 0.81 |
| Hex | EE | D0 | AD | 0 | D | 1B | 7 | 20 | 42 | 51 |
| Octal | 356 | 320 | 255 | 0 | 15 | 33 | 7 | 40 | 102 | 121 |
| Binary | 11101110 | 11010000 | 10101101 | 0 | 1101 | 11011 | 111 | 100000 | 1000010 | 1010001 |
Color Harmonies of #EED0AD
Complementary color
Monochromatic Colors of #EED0AD
Black with #EED0AD
Text Example
Text Example
White with #EED0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0AD; }
p { color: rgb(238,208,173); }
H1.HeaderClassName
{
color: #EED0AD;
}
.AnyTagClassName
{
color: #EED0AD;
}
</style>
background-color css
<style>
a { background-color: #EED0AD; }
a { background-color: rgb(238,208,173); }
div.DivClassName
{
background-color: #EED0AD;
}
.BgClassName
{
background-color: #EED0AD;
}
</style>
border-color css
<style>
span { border-color: #EED0AD; }
span { border-color: rgb(238,208,173); }
td.TdClassName
{
border-color: #EED0AD;
}
.TagClassName
{
border-color: #EED0AD;
}
</style>