Shades of Sidecar #EADDB1
Tints of Sidecar #EADDB1
RGB
CMYK
RGB Variations
Color information
#EADDB1 (or 0xEADDB1) is known color: Sidecar. HEX triplet: EA, DD and B1. RGB value is (234,221,177). Sum of RGB (Red+Green+Blue) = 234+221+177=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADDB1 is #15224E. Grayscale: #DCDCDC. Windows color (decimal): -1385039 or 11656682. OLE color: 11656682.
HSL color Cylindrical-coordinate representation of color #EADDB1: hue angle of 46.32º 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 #EADDB1 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 177 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.08 |
| HSL | 46.32º | 0.58% | 0.81% | - |
| HSV(B) | 46.32º | 0.24% | 0.92% | - |
| XYZ | 67.72 | 72.38 | 52 | - |
| YUV | 219.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 177 | 0 | 0.06 | 0.24 | 0.08 | 46.32 | 0.58 | 0.81 |
| Hex | EA | DD | B1 | 0 | 6 | 18 | 8 | 2E | 3A | 51 |
| Octal | 352 | 335 | 261 | 0 | 6 | 30 | 10 | 56 | 72 | 121 |
| Binary | 11101010 | 11011101 | 10110001 | 0 | 110 | 11000 | 1000 | 101110 | 111010 | 1010001 |
Color Harmonies of #EADDB1
Complementary color
Monochromatic Colors of #EADDB1
Black with #EADDB1
Text Example
Text Example
White with #EADDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDB1; }
p { color: rgb(234,221,177); }
H1.HeaderClassName
{
color: #EADDB1;
}
.AnyTagClassName
{
color: #EADDB1;
}
</style>
background-color css
<style>
a { background-color: #EADDB1; }
a { background-color: rgb(234,221,177); }
div.DivClassName
{
background-color: #EADDB1;
}
.BgClassName
{
background-color: #EADDB1;
}
</style>
border-color css
<style>
span { border-color: #EADDB1; }
span { border-color: rgb(234,221,177); }
td.TdClassName
{
border-color: #EADDB1;
}
.TagClassName
{
border-color: #EADDB1;
}
</style>