Shades of Sidecar #EADDAF
Tints of Sidecar #EADDAF
RGB
CMYK
RGB Variations
Color information
#EADDAF (or 0xEADDAF) is known color: Sidecar. HEX triplet: EA, DD and AF. RGB value is (234,221,175). Sum of RGB (Red+Green+Blue) = 234+221+175=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADDAF is #152250. Grayscale: #DBDBDB. Windows color (decimal): -1385041 or 11525610. OLE color: 11525610.
HSL color Cylindrical-coordinate representation of color #EADDAF: hue angle of 46.78º 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 #EADDAF is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 175 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.08 |
| HSL | 46.78º | 0.58% | 0.8% | - |
| HSV(B) | 46.78º | 0.25% | 0.92% | - |
| XYZ | 67.53 | 72.3 | 50.95 | - |
| YUV | 219.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 175 | 0 | 0.06 | 0.25 | 0.08 | 46.78 | 0.58 | 0.8 |
| Hex | EA | DD | AF | 0 | 6 | 19 | 8 | 2F | 3A | 50 |
| Octal | 352 | 335 | 257 | 0 | 6 | 31 | 10 | 57 | 72 | 120 |
| Binary | 11101010 | 11011101 | 10101111 | 0 | 110 | 11001 | 1000 | 101111 | 111010 | 1010000 |
Color Harmonies of #EADDAF
Complementary color
Monochromatic Colors of #EADDAF
Black with #EADDAF
Text Example
Text Example
White with #EADDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDAF; }
p { color: rgb(234,221,175); }
H1.HeaderClassName
{
color: #EADDAF;
}
.AnyTagClassName
{
color: #EADDAF;
}
</style>
background-color css
<style>
a { background-color: #EADDAF; }
a { background-color: rgb(234,221,175); }
div.DivClassName
{
background-color: #EADDAF;
}
.BgClassName
{
background-color: #EADDAF;
}
</style>
border-color css
<style>
span { border-color: #EADDAF; }
span { border-color: rgb(234,221,175); }
td.TdClassName
{
border-color: #EADDAF;
}
.TagClassName
{
border-color: #EADDAF;
}
</style>