Shades of Sidecar #EEE0A8
Tints of Sidecar #EEE0A8
RGB
CMYK
RGB Variations
Color information
#EEE0A8 (or 0xEEE0A8) is known color: Sidecar. HEX triplet: EE, E0 and A8. RGB value is (238,224,168). Sum of RGB (Red+Green+Blue) = 238+224+168=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 168 (66.02% from 255 or 26.67% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE0A8 is #111F57. Grayscale: #DEDEDE. Windows color (decimal): -1122136 or 11067630. OLE color: 11067630.
HSL color Cylindrical-coordinate representation of color #EEE0A8: hue angle of 48º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEE0A8 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 168 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.07 |
| HSL | 48º | 0.67% | 0.8% | - |
| HSV(B) | 48º | 0.29% | 0.93% | - |
| XYZ | 68.98 | 74.32 | 47.75 | - |
| YUV | 221.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 168 | 0 | 0.06 | 0.29 | 0.07 | 48 | 0.67 | 0.8 |
| Hex | EE | E0 | A8 | 0 | 6 | 1D | 7 | 30 | 43 | 50 |
| Octal | 356 | 340 | 250 | 0 | 6 | 35 | 7 | 60 | 103 | 120 |
| Binary | 11101110 | 11100000 | 10101000 | 0 | 110 | 11101 | 111 | 110000 | 1000011 | 1010000 |
Color Harmonies of #EEE0A8
Complementary color
Monochromatic Colors of #EEE0A8
Black with #EEE0A8
Text Example
Text Example
White with #EEE0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0A8; }
p { color: rgb(238,224,168); }
H1.HeaderClassName
{
color: #EEE0A8;
}
.AnyTagClassName
{
color: #EEE0A8;
}
</style>
background-color css
<style>
a { background-color: #EEE0A8; }
a { background-color: rgb(238,224,168); }
div.DivClassName
{
background-color: #EEE0A8;
}
.BgClassName
{
background-color: #EEE0A8;
}
</style>
border-color css
<style>
span { border-color: #EEE0A8; }
span { border-color: rgb(238,224,168); }
td.TdClassName
{
border-color: #EEE0A8;
}
.TagClassName
{
border-color: #EEE0A8;
}
</style>