Shades of Sidecar #EADDA8
Tints of Sidecar #EADDA8
RGB
CMYK
RGB Variations
Color information
#EADDA8 (or 0xEADDA8) is known color: Sidecar. HEX triplet: EA, DD and A8. RGB value is (234,221,168). Sum of RGB (Red+Green+Blue) = 234+221+168=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 168 (66.02% from 255 or 26.97% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADDA8 is #152257. Grayscale: #DBDBDB. Windows color (decimal): -1385048 or 11066858. OLE color: 11066858.
HSL color Cylindrical-coordinate representation of color #EADDA8: hue angle of 48.18º 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 #EADDA8 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 221 | 168 | - |
CMYK | 0 | 0.06 | 0.28 | 0.08 |
HSL | 48.18º | 0.61% | 0.79% | - |
HSV(B) | 48.18º | 0.28% | 0.92% | - |
XYZ | 66.86 | 72.03 | 47.43 | - |
YUV | 218.85 | 99.31 | 138.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 168 | 0 | 0.06 | 0.28 | 0.08 | 48.18 | 0.61 | 0.79 |
Hex | EA | DD | A8 | 0 | 6 | 1C | 8 | 30 | 3D | 4F |
Octal | 352 | 335 | 250 | 0 | 6 | 34 | 10 | 60 | 75 | 117 |
Binary | 11101010 | 11011101 | 10101000 | 0 | 110 | 11100 | 1000 | 110000 | 111101 | 1001111 |
Color Harmonies of #EADDA8
Complementary color
Monochromatic Colors of #EADDA8
Black with #EADDA8
Text Example
Text Example
White with #EADDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDA8; }
p { color: rgb(234,221,168); }
H1.HeaderClassName
{
color: #EADDA8;
}
.AnyTagClassName
{
color: #EADDA8;
}
</style>
background-color css
<style>
a { background-color: #EADDA8; }
a { background-color: rgb(234,221,168); }
div.DivClassName
{
background-color: #EADDA8;
}
.BgClassName
{
background-color: #EADDA8;
}
</style>
border-color css
<style>
span { border-color: #EADDA8; }
span { border-color: rgb(234,221,168); }
td.TdClassName
{
border-color: #EADDA8;
}
.TagClassName
{
border-color: #EADDA8;
}
</style>