Shades of Sidecar #EADEB1
Tints of Sidecar #EADEB1
RGB
CMYK
RGB Variations
Color information
#EADEB1 (or 0xEADEB1) is known color: Sidecar. HEX triplet: EA, DE and B1. RGB value is (234,222,177). Sum of RGB (Red+Green+Blue) = 234+222+177=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADEB1 is #15214E. Grayscale: #DCDCDC. Windows color (decimal): -1384783 or 11656938. OLE color: 11656938.
HSL color Cylindrical-coordinate representation of color #EADEB1: hue angle of 47.37º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EADEB1 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 177 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.08 |
| HSL | 47.37º | 0.58% | 0.81% | - |
| HSV(B) | 47.37º | 0.24% | 0.92% | - |
| XYZ | 67.99 | 72.91 | 52.08 | - |
| YUV | 220.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 177 | 0 | 0.05 | 0.24 | 0.08 | 47.37 | 0.58 | 0.81 |
| Hex | EA | DE | B1 | 0 | 5 | 18 | 8 | 2F | 3A | 51 |
| Octal | 352 | 336 | 261 | 0 | 5 | 30 | 10 | 57 | 72 | 121 |
| Binary | 11101010 | 11011110 | 10110001 | 0 | 101 | 11000 | 1000 | 101111 | 111010 | 1010001 |
Color Harmonies of #EADEB1
Complementary color
Monochromatic Colors of #EADEB1
Black with #EADEB1
Text Example
Text Example
White with #EADEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEB1; }
p { color: rgb(234,222,177); }
H1.HeaderClassName
{
color: #EADEB1;
}
.AnyTagClassName
{
color: #EADEB1;
}
</style>
background-color css
<style>
a { background-color: #EADEB1; }
a { background-color: rgb(234,222,177); }
div.DivClassName
{
background-color: #EADEB1;
}
.BgClassName
{
background-color: #EADEB1;
}
</style>
border-color css
<style>
span { border-color: #EADEB1; }
span { border-color: rgb(234,222,177); }
td.TdClassName
{
border-color: #EADEB1;
}
.TagClassName
{
border-color: #EADEB1;
}
</style>