Shades of Sidecar #EDDEAB
Tints of Sidecar #EDDEAB
RGB
CMYK
RGB Variations
Color information
#EDDEAB (or 0xEDDEAB) is known color: Sidecar. HEX triplet: ED, DE and AB. RGB value is (237,222,171). Sum of RGB (Red+Green+Blue) = 237+222+171=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDEAB is #122154. Grayscale: #DCDCDC. Windows color (decimal): -1188181 or 11263725. OLE color: 11263725.
HSL color Cylindrical-coordinate representation of color #EDDEAB: hue angle of 46.36º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDDEAB is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 171 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.07 |
| HSL | 46.36º | 0.65% | 0.8% | - |
| HSV(B) | 46.36º | 0.28% | 0.93% | - |
| XYZ | 68.4 | 73.19 | 49.05 | - |
| YUV | 220.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 171 | 0 | 0.06 | 0.28 | 0.07 | 46.36 | 0.65 | 0.8 |
| Hex | ED | DE | AB | 0 | 6 | 1C | 7 | 2E | 41 | 50 |
| Octal | 355 | 336 | 253 | 0 | 6 | 34 | 7 | 56 | 101 | 120 |
| Binary | 11101101 | 11011110 | 10101011 | 0 | 110 | 11100 | 111 | 101110 | 1000001 | 1010000 |
Color Harmonies of #EDDEAB
Complementary color
Monochromatic Colors of #EDDEAB
Black with #EDDEAB
Text Example
Text Example
White with #EDDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEAB; }
p { color: rgb(237,222,171); }
H1.HeaderClassName
{
color: #EDDEAB;
}
.AnyTagClassName
{
color: #EDDEAB;
}
</style>
background-color css
<style>
a { background-color: #EDDEAB; }
a { background-color: rgb(237,222,171); }
div.DivClassName
{
background-color: #EDDEAB;
}
.BgClassName
{
background-color: #EDDEAB;
}
</style>
border-color css
<style>
span { border-color: #EDDEAB; }
span { border-color: rgb(237,222,171); }
td.TdClassName
{
border-color: #EDDEAB;
}
.TagClassName
{
border-color: #EDDEAB;
}
</style>