Shades of Sidecar #EADDB2
Tints of Sidecar #EADDB2
RGB
CMYK
RGB Variations
Color information
#EADDB2 (or 0xEADDB2) is known color: Sidecar. HEX triplet: EA, DD and B2. RGB value is (234,221,178). Sum of RGB (Red+Green+Blue) = 234+221+178=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADDB2 is #15224D. Grayscale: #DCDCDC. Windows color (decimal): -1385038 or 11722218. OLE color: 11722218.
HSL color Cylindrical-coordinate representation of color #EADDB2: hue angle of 46.07º 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 #EADDB2 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 178 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.08 |
| HSL | 46.07º | 0.57% | 0.81% | - |
| HSV(B) | 46.07º | 0.24% | 0.92% | - |
| XYZ | 67.82 | 72.42 | 52.52 | - |
| YUV | 219.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 178 | 0 | 0.06 | 0.24 | 0.08 | 46.07 | 0.57 | 0.81 |
| Hex | EA | DD | B2 | 0 | 6 | 18 | 8 | 2E | 39 | 51 |
| Octal | 352 | 335 | 262 | 0 | 6 | 30 | 10 | 56 | 71 | 121 |
| Binary | 11101010 | 11011101 | 10110010 | 0 | 110 | 11000 | 1000 | 101110 | 111001 | 1010001 |
Color Harmonies of #EADDB2
Complementary color
Monochromatic Colors of #EADDB2
Black with #EADDB2
Text Example
Text Example
White with #EADDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDB2; }
p { color: rgb(234,221,178); }
H1.HeaderClassName
{
color: #EADDB2;
}
.AnyTagClassName
{
color: #EADDB2;
}
</style>
background-color css
<style>
a { background-color: #EADDB2; }
a { background-color: rgb(234,221,178); }
div.DivClassName
{
background-color: #EADDB2;
}
.BgClassName
{
background-color: #EADDB2;
}
</style>
border-color css
<style>
span { border-color: #EADDB2; }
span { border-color: rgb(234,221,178); }
td.TdClassName
{
border-color: #EADDB2;
}
.TagClassName
{
border-color: #EADDB2;
}
</style>