Shades of Givry #EED3AD
Tints of Givry #EED3AD
RGB
CMYK
RGB Variations
Color information
#EED3AD (or 0xEED3AD) is known color: Givry. HEX triplet: EE, D3 and AD. RGB value is (238,211,173). Sum of RGB (Red+Green+Blue) = 238+211+173=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED3AD is #112C52. Grayscale: #D6D6D6. Windows color (decimal): -1125459 or 11391982. OLE color: 11391982.
HSL color Cylindrical-coordinate representation of color #EED3AD: hue angle of 35.08º 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 #EED3AD is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 173 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.07 |
| HSL | 35.08º | 0.66% | 0.81% | - |
| HSV(B) | 35.08º | 0.27% | 0.93% | - |
| XYZ | 66.1 | 67.78 | 49.13 | - |
| YUV | 214.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 173 | 0 | 0.11 | 0.27 | 0.07 | 35.08 | 0.66 | 0.81 |
| Hex | EE | D3 | AD | 0 | B | 1B | 7 | 23 | 42 | 51 |
| Octal | 356 | 323 | 255 | 0 | 13 | 33 | 7 | 43 | 102 | 121 |
| Binary | 11101110 | 11010011 | 10101101 | 0 | 1011 | 11011 | 111 | 100011 | 1000010 | 1010001 |
Color Harmonies of #EED3AD
Complementary color
Monochromatic Colors of #EED3AD
Black with #EED3AD
Text Example
Text Example
White with #EED3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3AD; }
p { color: rgb(238,211,173); }
H1.HeaderClassName
{
color: #EED3AD;
}
.AnyTagClassName
{
color: #EED3AD;
}
</style>
background-color css
<style>
a { background-color: #EED3AD; }
a { background-color: rgb(238,211,173); }
div.DivClassName
{
background-color: #EED3AD;
}
.BgClassName
{
background-color: #EED3AD;
}
</style>
border-color css
<style>
span { border-color: #EED3AD; }
span { border-color: rgb(238,211,173); }
td.TdClassName
{
border-color: #EED3AD;
}
.TagClassName
{
border-color: #EED3AD;
}
</style>