Shades of Sidecar #EDDDB0
Tints of Sidecar #EDDDB0
RGB
CMYK
RGB Variations
Color information
#EDDDB0 (or 0xEDDDB0) is known color: Sidecar. HEX triplet: ED, DD and B0. RGB value is (237,221,176). Sum of RGB (Red+Green+Blue) = 237+221+176=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDDB0 is #12224F. Grayscale: #DCDCDC. Windows color (decimal): -1188432 or 11591149. OLE color: 11591149.
HSL color Cylindrical-coordinate representation of color #EDDDB0: hue angle of 44.26º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDDDB0 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 176 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.07 |
| HSL | 44.26º | 0.63% | 0.81% | - |
| HSV(B) | 44.26º | 0.26% | 0.93% | - |
| XYZ | 68.62 | 72.85 | 51.52 | - |
| YUV | 220.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 176 | 0 | 0.07 | 0.26 | 0.07 | 44.26 | 0.63 | 0.81 |
| Hex | ED | DD | B0 | 0 | 7 | 1A | 7 | 2C | 3F | 51 |
| Octal | 355 | 335 | 260 | 0 | 7 | 32 | 7 | 54 | 77 | 121 |
| Binary | 11101101 | 11011101 | 10110000 | 0 | 111 | 11010 | 111 | 101100 | 111111 | 1010001 |
Color Harmonies of #EDDDB0
Complementary color
Monochromatic Colors of #EDDDB0
Black with #EDDDB0
Text Example
Text Example
White with #EDDDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDB0; }
p { color: rgb(237,221,176); }
H1.HeaderClassName
{
color: #EDDDB0;
}
.AnyTagClassName
{
color: #EDDDB0;
}
</style>
background-color css
<style>
a { background-color: #EDDDB0; }
a { background-color: rgb(237,221,176); }
div.DivClassName
{
background-color: #EDDDB0;
}
.BgClassName
{
background-color: #EDDDB0;
}
</style>
border-color css
<style>
span { border-color: #EDDDB0; }
span { border-color: rgb(237,221,176); }
td.TdClassName
{
border-color: #EDDDB0;
}
.TagClassName
{
border-color: #EDDDB0;
}
</style>