Shades of Sidecar #EADBAF
Tints of Sidecar #EADBAF
RGB
CMYK
RGB Variations
Color information
#EADBAF (or 0xEADBAF) is known color: Sidecar. HEX triplet: EA, DB and AF. RGB value is (234,219,175). Sum of RGB (Red+Green+Blue) = 234+219+175=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBAF is #152450. Grayscale: #DADADA. Windows color (decimal): -1385553 or 11525098. OLE color: 11525098.
HSL color Cylindrical-coordinate representation of color #EADBAF: hue angle of 44.75º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EADBAF is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 175 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.08 |
| HSL | 44.75º | 0.58% | 0.8% | - |
| HSV(B) | 44.75º | 0.25% | 0.92% | - |
| XYZ | 67 | 71.25 | 50.78 | - |
| YUV | 218.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 175 | 0 | 0.06 | 0.25 | 0.08 | 44.75 | 0.58 | 0.8 |
| Hex | EA | DB | AF | 0 | 6 | 19 | 8 | 2D | 3A | 50 |
| Octal | 352 | 333 | 257 | 0 | 6 | 31 | 10 | 55 | 72 | 120 |
| Binary | 11101010 | 11011011 | 10101111 | 0 | 110 | 11001 | 1000 | 101101 | 111010 | 1010000 |
Color Harmonies of #EADBAF
Complementary color
Monochromatic Colors of #EADBAF
Black with #EADBAF
Text Example
Text Example
White with #EADBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBAF; }
p { color: rgb(234,219,175); }
H1.HeaderClassName
{
color: #EADBAF;
}
.AnyTagClassName
{
color: #EADBAF;
}
</style>
background-color css
<style>
a { background-color: #EADBAF; }
a { background-color: rgb(234,219,175); }
div.DivClassName
{
background-color: #EADBAF;
}
.BgClassName
{
background-color: #EADBAF;
}
</style>
border-color css
<style>
span { border-color: #EADBAF; }
span { border-color: rgb(234,219,175); }
td.TdClassName
{
border-color: #EADBAF;
}
.TagClassName
{
border-color: #EADBAF;
}
</style>