Shades of Sidecar #EEE0AD
Tints of Sidecar #EEE0AD
RGB
CMYK
RGB Variations
Color information
#EEE0AD (or 0xEEE0AD) is known color: Sidecar. HEX triplet: EE, E0 and AD. RGB value is (238,224,173). Sum of RGB (Red+Green+Blue) = 238+224+173=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE0AD is #111F52. Grayscale: #DEDEDE. Windows color (decimal): -1122131 or 11395310. OLE color: 11395310.
HSL color Cylindrical-coordinate representation of color #EEE0AD: hue angle of 47.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 #EEE0AD is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 173 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.07 |
| HSL | 47.08º | 0.66% | 0.81% | - |
| HSV(B) | 47.08º | 0.27% | 0.93% | - |
| XYZ | 69.46 | 74.51 | 50.26 | - |
| YUV | 222.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 173 | 0 | 0.06 | 0.27 | 0.07 | 47.08 | 0.66 | 0.81 |
| Hex | EE | E0 | AD | 0 | 6 | 1B | 7 | 2F | 42 | 51 |
| Octal | 356 | 340 | 255 | 0 | 6 | 33 | 7 | 57 | 102 | 121 |
| Binary | 11101110 | 11100000 | 10101101 | 0 | 110 | 11011 | 111 | 101111 | 1000010 | 1010001 |
Color Harmonies of #EEE0AD
Complementary color
Monochromatic Colors of #EEE0AD
Black with #EEE0AD
Text Example
Text Example
White with #EEE0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0AD; }
p { color: rgb(238,224,173); }
H1.HeaderClassName
{
color: #EEE0AD;
}
.AnyTagClassName
{
color: #EEE0AD;
}
</style>
background-color css
<style>
a { background-color: #EEE0AD; }
a { background-color: rgb(238,224,173); }
div.DivClassName
{
background-color: #EEE0AD;
}
.BgClassName
{
background-color: #EEE0AD;
}
</style>
border-color css
<style>
span { border-color: #EEE0AD; }
span { border-color: rgb(238,224,173); }
td.TdClassName
{
border-color: #EEE0AD;
}
.TagClassName
{
border-color: #EEE0AD;
}
</style>