Shades of Sidecar #EADFAB
Tints of Sidecar #EADFAB
RGB
CMYK
RGB Variations
Color information
#EADFAB (or 0xEADFAB) is known color: Sidecar. HEX triplet: EA, DF and AB. RGB value is (234,223,171). Sum of RGB (Red+Green+Blue) = 234+223+171=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADFAB is #152054. Grayscale: #DCDCDC. Windows color (decimal): -1384533 or 11263978. OLE color: 11263978.
HSL color Cylindrical-coordinate representation of color #EADFAB: hue angle of 49.52º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EADFAB is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 171 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.08 |
| HSL | 49.52º | 0.6% | 0.79% | - |
| HSV(B) | 49.52º | 0.27% | 0.92% | - |
| XYZ | 67.67 | 73.21 | 49.09 | - |
| YUV | 220.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 171 | 0 | 0.05 | 0.27 | 0.08 | 49.52 | 0.6 | 0.79 |
| Hex | EA | DF | AB | 0 | 5 | 1B | 8 | 32 | 3C | 4F |
| Octal | 352 | 337 | 253 | 0 | 5 | 33 | 10 | 62 | 74 | 117 |
| Binary | 11101010 | 11011111 | 10101011 | 0 | 101 | 11011 | 1000 | 110010 | 111100 | 1001111 |
Color Harmonies of #EADFAB
Complementary color
Monochromatic Colors of #EADFAB
Black with #EADFAB
Text Example
Text Example
White with #EADFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFAB; }
p { color: rgb(234,223,171); }
H1.HeaderClassName
{
color: #EADFAB;
}
.AnyTagClassName
{
color: #EADFAB;
}
</style>
background-color css
<style>
a { background-color: #EADFAB; }
a { background-color: rgb(234,223,171); }
div.DivClassName
{
background-color: #EADFAB;
}
.BgClassName
{
background-color: #EADFAB;
}
</style>
border-color css
<style>
span { border-color: #EADFAB; }
span { border-color: rgb(234,223,171); }
td.TdClassName
{
border-color: #EADFAB;
}
.TagClassName
{
border-color: #EADFAB;
}
</style>