Shades of Sidecar #EADDA7
Tints of Sidecar #EADDA7
RGB
CMYK
RGB Variations
Color information
#EADDA7 (or 0xEADDA7) is known color: Sidecar. HEX triplet: EA, DD and A7. RGB value is (234,221,167). Sum of RGB (Red+Green+Blue) = 234+221+167=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 167 (65.62% from 255 or 26.85% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADDA7 is #152258. Grayscale: #DADADA. Windows color (decimal): -1385049 or 11001322. OLE color: 11001322.
HSL color Cylindrical-coordinate representation of color #EADDA7: hue angle of 48.36º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EADDA7 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 221 | 167 | - |
CMYK | 0 | 0.06 | 0.29 | 0.08 |
HSL | 48.36º | 0.61% | 0.79% | - |
HSV(B) | 48.36º | 0.29% | 0.92% | - |
XYZ | 66.76 | 72 | 46.94 | - |
YUV | 218.73 | 98.81 | 138.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 167 | 0 | 0.06 | 0.29 | 0.08 | 48.36 | 0.61 | 0.79 |
Hex | EA | DD | A7 | 0 | 6 | 1D | 8 | 30 | 3D | 4F |
Octal | 352 | 335 | 247 | 0 | 6 | 35 | 10 | 60 | 75 | 117 |
Binary | 11101010 | 11011101 | 10100111 | 0 | 110 | 11101 | 1000 | 110000 | 111101 | 1001111 |
Color Harmonies of #EADDA7
Complementary color
Monochromatic Colors of #EADDA7
Black with #EADDA7
Text Example
Text Example
White with #EADDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDA7; }
p { color: rgb(234,221,167); }
H1.HeaderClassName
{
color: #EADDA7;
}
.AnyTagClassName
{
color: #EADDA7;
}
</style>
background-color css
<style>
a { background-color: #EADDA7; }
a { background-color: rgb(234,221,167); }
div.DivClassName
{
background-color: #EADDA7;
}
.BgClassName
{
background-color: #EADDA7;
}
</style>
border-color css
<style>
span { border-color: #EADDA7; }
span { border-color: rgb(234,221,167); }
td.TdClassName
{
border-color: #EADDA7;
}
.TagClassName
{
border-color: #EADDA7;
}
</style>