Shades of Sidecar #EADEB2
Tints of Sidecar #EADEB2
RGB
CMYK
RGB Variations
Color information
#EADEB2 (or 0xEADEB2) is known color: Sidecar. HEX triplet: EA, DE and B2. RGB value is (234,222,178). Sum of RGB (Red+Green+Blue) = 234+222+178=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADEB2 is #15214D. Grayscale: #DCDCDC. Windows color (decimal): -1384782 or 11722474. OLE color: 11722474.
HSL color Cylindrical-coordinate representation of color #EADEB2: hue angle of 47.14º degrees, saturation: 0.57, 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 #EADEB2 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 178 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.08 |
| HSL | 47.14º | 0.57% | 0.81% | - |
| HSV(B) | 47.14º | 0.24% | 0.92% | - |
| XYZ | 68.09 | 72.95 | 52.61 | - |
| YUV | 220.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 178 | 0 | 0.05 | 0.24 | 0.08 | 47.14 | 0.57 | 0.81 |
| Hex | EA | DE | B2 | 0 | 5 | 18 | 8 | 2F | 39 | 51 |
| Octal | 352 | 336 | 262 | 0 | 5 | 30 | 10 | 57 | 71 | 121 |
| Binary | 11101010 | 11011110 | 10110010 | 0 | 101 | 11000 | 1000 | 101111 | 111001 | 1010001 |
Color Harmonies of #EADEB2
Complementary color
Monochromatic Colors of #EADEB2
Black with #EADEB2
Text Example
Text Example
White with #EADEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEB2; }
p { color: rgb(234,222,178); }
H1.HeaderClassName
{
color: #EADEB2;
}
.AnyTagClassName
{
color: #EADEB2;
}
</style>
background-color css
<style>
a { background-color: #EADEB2; }
a { background-color: rgb(234,222,178); }
div.DivClassName
{
background-color: #EADEB2;
}
.BgClassName
{
background-color: #EADEB2;
}
</style>
border-color css
<style>
span { border-color: #EADEB2; }
span { border-color: rgb(234,222,178); }
td.TdClassName
{
border-color: #EADEB2;
}
.TagClassName
{
border-color: #EADEB2;
}
</style>