Shades of Sidecar #EEE0B0
Tints of Sidecar #EEE0B0
RGB
CMYK
RGB Variations
Color information
#EEE0B0 (or 0xEEE0B0) is known color: Sidecar. HEX triplet: EE, E0 and B0. RGB value is (238,224,176). Sum of RGB (Red+Green+Blue) = 238+224+176=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE0B0 is #111F4F. Grayscale: #DEDEDE. Windows color (decimal): -1122128 or 11591918. OLE color: 11591918.
HSL color Cylindrical-coordinate representation of color #EEE0B0: hue angle of 46.45º 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 #EEE0B0 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 176 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.07 |
| HSL | 46.45º | 0.65% | 0.81% | - |
| HSV(B) | 46.45º | 0.26% | 0.93% | - |
| XYZ | 69.75 | 74.62 | 51.8 | - |
| YUV | 222.71 | 101.64 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 176 | 0 | 0.06 | 0.26 | 0.07 | 46.45 | 0.65 | 0.81 |
| Hex | EE | E0 | B0 | 0 | 6 | 1A | 7 | 2E | 41 | 51 |
| Octal | 356 | 340 | 260 | 0 | 6 | 32 | 7 | 56 | 101 | 121 |
| Binary | 11101110 | 11100000 | 10110000 | 0 | 110 | 11010 | 111 | 101110 | 1000001 | 1010001 |
Color Harmonies of #EEE0B0
Complementary color
Monochromatic Colors of #EEE0B0
Black with #EEE0B0
Text Example
Text Example
White with #EEE0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0B0; }
p { color: rgb(238,224,176); }
H1.HeaderClassName
{
color: #EEE0B0;
}
.AnyTagClassName
{
color: #EEE0B0;
}
</style>
background-color css
<style>
a { background-color: #EEE0B0; }
a { background-color: rgb(238,224,176); }
div.DivClassName
{
background-color: #EEE0B0;
}
.BgClassName
{
background-color: #EEE0B0;
}
</style>
border-color css
<style>
span { border-color: #EEE0B0; }
span { border-color: rgb(238,224,176); }
td.TdClassName
{
border-color: #EEE0B0;
}
.TagClassName
{
border-color: #EEE0B0;
}
</style>