Shades of Sidecar #EAD8A5
Tints of Sidecar #EAD8A5
RGB
CMYK
RGB Variations
Color information
#EAD8A5 (or 0xEAD8A5) is known color: Sidecar. HEX triplet: EA, D8 and A5. RGB value is (234,216,165). Sum of RGB (Red+Green+Blue) = 234+216+165=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 165 (64.84% from 255 or 26.83% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD8A5 is #15275A. Grayscale: #D7D7D7. Windows color (decimal): -1386331 or 10868970. OLE color: 10868970.
HSL color Cylindrical-coordinate representation of color #EAD8A5: hue angle of 44.35º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAD8A5 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 216 | 165 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.08 |
| HSL | 44.35º | 0.62% | 0.78% | - |
| HSV(B) | 44.35º | 0.29% | 0.92% | - |
| XYZ | 65.28 | 69.32 | 45.54 | - |
| YUV | 215.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 216 | 165 | 0 | 0.08 | 0.29 | 0.08 | 44.35 | 0.62 | 0.78 |
| Hex | EA | D8 | A5 | 0 | 8 | 1D | 8 | 2C | 3E | 4E |
| Octal | 352 | 330 | 245 | 0 | 10 | 35 | 10 | 54 | 76 | 116 |
| Binary | 11101010 | 11011000 | 10100101 | 0 | 1000 | 11101 | 1000 | 101100 | 111110 | 1001110 |
Color Harmonies of #EAD8A5
Complementary color
Monochromatic Colors of #EAD8A5
Black with #EAD8A5
Text Example
Text Example
White with #EAD8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD8A5; }
p { color: rgb(234,216,165); }
H1.HeaderClassName
{
color: #EAD8A5;
}
.AnyTagClassName
{
color: #EAD8A5;
}
</style>
background-color css
<style>
a { background-color: #EAD8A5; }
a { background-color: rgb(234,216,165); }
div.DivClassName
{
background-color: #EAD8A5;
}
.BgClassName
{
background-color: #EAD8A5;
}
</style>
border-color css
<style>
span { border-color: #EAD8A5; }
span { border-color: rgb(234,216,165); }
td.TdClassName
{
border-color: #EAD8A5;
}
.TagClassName
{
border-color: #EAD8A5;
}
</style>