Shades of Sidecar #EAD9A8
Tints of Sidecar #EAD9A8
RGB
CMYK
RGB Variations
Color information
#EAD9A8 (or 0xEAD9A8) is known color: Sidecar. HEX triplet: EA, D9 and A8. RGB value is (234,217,168). Sum of RGB (Red+Green+Blue) = 234+217+168=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 168 (66.02% from 255 or 27.14% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD9A8 is #152657. Grayscale: #D8D8D8. Windows color (decimal): -1386072 or 11065834. OLE color: 11065834.
HSL color Cylindrical-coordinate representation of color #EAD9A8: hue angle of 44.55º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAD9A8 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 217 | 168 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.08 |
| HSL | 44.55º | 0.61% | 0.79% | - |
| HSV(B) | 44.55º | 0.28% | 0.92% | - |
| XYZ | 65.81 | 69.95 | 47.08 | - |
| YUV | 216.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 217 | 168 | 0 | 0.07 | 0.28 | 0.08 | 44.55 | 0.61 | 0.79 |
| Hex | EA | D9 | A8 | 0 | 7 | 1C | 8 | 2D | 3D | 4F |
| Octal | 352 | 331 | 250 | 0 | 7 | 34 | 10 | 55 | 75 | 117 |
| Binary | 11101010 | 11011001 | 10101000 | 0 | 111 | 11100 | 1000 | 101101 | 111101 | 1001111 |
Color Harmonies of #EAD9A8
Complementary color
Monochromatic Colors of #EAD9A8
Black with #EAD9A8
Text Example
Text Example
White with #EAD9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD9A8; }
p { color: rgb(234,217,168); }
H1.HeaderClassName
{
color: #EAD9A8;
}
.AnyTagClassName
{
color: #EAD9A8;
}
</style>
background-color css
<style>
a { background-color: #EAD9A8; }
a { background-color: rgb(234,217,168); }
div.DivClassName
{
background-color: #EAD9A8;
}
.BgClassName
{
background-color: #EAD9A8;
}
</style>
border-color css
<style>
span { border-color: #EAD9A8; }
span { border-color: rgb(234,217,168); }
td.TdClassName
{
border-color: #EAD9A8;
}
.TagClassName
{
border-color: #EAD9A8;
}
</style>