Shades of Sidecar #EADFAA
Tints of Sidecar #EADFAA
RGB
CMYK
RGB Variations
Color information
#EADFAA (or 0xEADFAA) is known color: Sidecar. HEX triplet: EA, DF and AA. RGB value is (234,223,170). Sum of RGB (Red+Green+Blue) = 234+223+170=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADFAA is #152055. Grayscale: #DCDCDC. Windows color (decimal): -1384534 or 11198442. OLE color: 11198442.
HSL color Cylindrical-coordinate representation of color #EADFAA: hue angle of 49.69º 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 #EADFAA is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 170 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.08 |
| HSL | 49.69º | 0.6% | 0.79% | - |
| HSV(B) | 49.69º | 0.27% | 0.92% | - |
| XYZ | 67.58 | 73.17 | 48.59 | - |
| YUV | 220.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 170 | 0 | 0.05 | 0.27 | 0.08 | 49.69 | 0.6 | 0.79 |
| Hex | EA | DF | AA | 0 | 5 | 1B | 8 | 32 | 3C | 4F |
| Octal | 352 | 337 | 252 | 0 | 5 | 33 | 10 | 62 | 74 | 117 |
| Binary | 11101010 | 11011111 | 10101010 | 0 | 101 | 11011 | 1000 | 110010 | 111100 | 1001111 |
Color Harmonies of #EADFAA
Complementary color
Monochromatic Colors of #EADFAA
Black with #EADFAA
Text Example
Text Example
White with #EADFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFAA; }
p { color: rgb(234,223,170); }
H1.HeaderClassName
{
color: #EADFAA;
}
.AnyTagClassName
{
color: #EADFAA;
}
</style>
background-color css
<style>
a { background-color: #EADFAA; }
a { background-color: rgb(234,223,170); }
div.DivClassName
{
background-color: #EADFAA;
}
.BgClassName
{
background-color: #EADFAA;
}
</style>
border-color css
<style>
span { border-color: #EADFAA; }
span { border-color: rgb(234,223,170); }
td.TdClassName
{
border-color: #EADFAA;
}
.TagClassName
{
border-color: #EADFAA;
}
</style>