Shades of Sidecar #EDE0AD
Tints of Sidecar #EDE0AD
RGB
CMYK
RGB Variations
Color information
#EDE0AD (or 0xEDE0AD) is known color: Sidecar. HEX triplet: ED, E0 and AD. RGB value is (237,224,173). Sum of RGB (Red+Green+Blue) = 237+224+173=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE0AD is #121F52. Grayscale: #DEDEDE. Windows color (decimal): -1187667 or 11395309. OLE color: 11395309.
HSL color Cylindrical-coordinate representation of color #EDE0AD: hue angle of 47.81º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDE0AD is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 173 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.07 |
| HSL | 47.81º | 0.64% | 0.8% | - |
| HSV(B) | 47.81º | 0.27% | 0.93% | - |
| XYZ | 69.12 | 74.33 | 50.24 | - |
| YUV | 222.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 173 | 0 | 0.05 | 0.27 | 0.07 | 47.81 | 0.64 | 0.8 |
| Hex | ED | E0 | AD | 0 | 5 | 1B | 7 | 30 | 40 | 50 |
| Octal | 355 | 340 | 255 | 0 | 5 | 33 | 7 | 60 | 100 | 120 |
| Binary | 11101101 | 11100000 | 10101101 | 0 | 101 | 11011 | 111 | 110000 | 1000000 | 1010000 |
Color Harmonies of #EDE0AD
Complementary color
Monochromatic Colors of #EDE0AD
Black with #EDE0AD
Text Example
Text Example
White with #EDE0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0AD; }
p { color: rgb(237,224,173); }
H1.HeaderClassName
{
color: #EDE0AD;
}
.AnyTagClassName
{
color: #EDE0AD;
}
</style>
background-color css
<style>
a { background-color: #EDE0AD; }
a { background-color: rgb(237,224,173); }
div.DivClassName
{
background-color: #EDE0AD;
}
.BgClassName
{
background-color: #EDE0AD;
}
</style>
border-color css
<style>
span { border-color: #EDE0AD; }
span { border-color: rgb(237,224,173); }
td.TdClassName
{
border-color: #EDE0AD;
}
.TagClassName
{
border-color: #EDE0AD;
}
</style>