Shades of Sidecar #EDE0AE
Tints of Sidecar #EDE0AE
RGB
CMYK
RGB Variations
Color information
#EDE0AE (or 0xEDE0AE) is known color: Sidecar. HEX triplet: ED, E0 and AE. RGB value is (237,224,174). Sum of RGB (Red+Green+Blue) = 237+224+174=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE0AE is #121F51. Grayscale: #DEDEDE. Windows color (decimal): -1187666 or 11460845. OLE color: 11460845.
HSL color Cylindrical-coordinate representation of color #EDE0AE: hue angle of 47.62º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDE0AE is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 174 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.07 |
| HSL | 47.62º | 0.64% | 0.81% | - |
| HSV(B) | 47.62º | 0.27% | 0.93% | - |
| XYZ | 69.22 | 74.37 | 50.75 | - |
| YUV | 222.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 174 | 0 | 0.05 | 0.27 | 0.07 | 47.62 | 0.64 | 0.81 |
| Hex | ED | E0 | AE | 0 | 5 | 1B | 7 | 30 | 40 | 51 |
| Octal | 355 | 340 | 256 | 0 | 5 | 33 | 7 | 60 | 100 | 121 |
| Binary | 11101101 | 11100000 | 10101110 | 0 | 101 | 11011 | 111 | 110000 | 1000000 | 1010001 |
Color Harmonies of #EDE0AE
Complementary color
Monochromatic Colors of #EDE0AE
Black with #EDE0AE
Text Example
Text Example
White with #EDE0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0AE; }
p { color: rgb(237,224,174); }
H1.HeaderClassName
{
color: #EDE0AE;
}
.AnyTagClassName
{
color: #EDE0AE;
}
</style>
background-color css
<style>
a { background-color: #EDE0AE; }
a { background-color: rgb(237,224,174); }
div.DivClassName
{
background-color: #EDE0AE;
}
.BgClassName
{
background-color: #EDE0AE;
}
</style>
border-color css
<style>
span { border-color: #EDE0AE; }
span { border-color: rgb(237,224,174); }
td.TdClassName
{
border-color: #EDE0AE;
}
.TagClassName
{
border-color: #EDE0AE;
}
</style>