Shades of Sidecar #EADCAD
Tints of Sidecar #EADCAD
RGB
CMYK
RGB Variations
Color information
#EADCAD (or 0xEADCAD) is known color: Sidecar. HEX triplet: EA, DC and AD. RGB value is (234,220,173). Sum of RGB (Red+Green+Blue) = 234+220+173=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADCAD is #152352. Grayscale: #DBDBDB. Windows color (decimal): -1385299 or 11394282. OLE color: 11394282.
HSL color Cylindrical-coordinate representation of color #EADCAD: hue angle of 46.23º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EADCAD is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 173 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.08 |
| HSL | 46.23º | 0.59% | 0.8% | - |
| HSV(B) | 46.23º | 0.26% | 0.92% | - |
| XYZ | 67.07 | 71.7 | 49.84 | - |
| YUV | 218.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 173 | 0 | 0.06 | 0.26 | 0.08 | 46.23 | 0.59 | 0.8 |
| Hex | EA | DC | AD | 0 | 6 | 1A | 8 | 2E | 3B | 50 |
| Octal | 352 | 334 | 255 | 0 | 6 | 32 | 10 | 56 | 73 | 120 |
| Binary | 11101010 | 11011100 | 10101101 | 0 | 110 | 11010 | 1000 | 101110 | 111011 | 1010000 |
Color Harmonies of #EADCAD
Complementary color
Monochromatic Colors of #EADCAD
Black with #EADCAD
Text Example
Text Example
White with #EADCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCAD; }
p { color: rgb(234,220,173); }
H1.HeaderClassName
{
color: #EADCAD;
}
.AnyTagClassName
{
color: #EADCAD;
}
</style>
background-color css
<style>
a { background-color: #EADCAD; }
a { background-color: rgb(234,220,173); }
div.DivClassName
{
background-color: #EADCAD;
}
.BgClassName
{
background-color: #EADCAD;
}
</style>
border-color css
<style>
span { border-color: #EADCAD; }
span { border-color: rgb(234,220,173); }
td.TdClassName
{
border-color: #EADCAD;
}
.TagClassName
{
border-color: #EADCAD;
}
</style>