Shades of Sidecar #EDE0AF
Tints of Sidecar #EDE0AF
RGB
CMYK
RGB Variations
Color information
#EDE0AF (or 0xEDE0AF) is known color: Sidecar. HEX triplet: ED, E0 and AF. RGB value is (237,224,175). Sum of RGB (Red+Green+Blue) = 237+224+175=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE0AF is #121F50. Grayscale: #DEDEDE. Windows color (decimal): -1187665 or 11526381. OLE color: 11526381.
HSL color Cylindrical-coordinate representation of color #EDE0AF: hue angle of 47.42º 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 #EDE0AF is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 175 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.07 |
| HSL | 47.42º | 0.63% | 0.81% | - |
| HSV(B) | 47.42º | 0.26% | 0.93% | - |
| XYZ | 69.32 | 74.41 | 51.27 | - |
| YUV | 222.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 175 | 0 | 0.05 | 0.26 | 0.07 | 47.42 | 0.63 | 0.81 |
| Hex | ED | E0 | AF | 0 | 5 | 1A | 7 | 2F | 3F | 51 |
| Octal | 355 | 340 | 257 | 0 | 5 | 32 | 7 | 57 | 77 | 121 |
| Binary | 11101101 | 11100000 | 10101111 | 0 | 101 | 11010 | 111 | 101111 | 111111 | 1010001 |
Color Harmonies of #EDE0AF
Complementary color
Monochromatic Colors of #EDE0AF
Black with #EDE0AF
Text Example
Text Example
White with #EDE0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0AF; }
p { color: rgb(237,224,175); }
H1.HeaderClassName
{
color: #EDE0AF;
}
.AnyTagClassName
{
color: #EDE0AF;
}
</style>
background-color css
<style>
a { background-color: #EDE0AF; }
a { background-color: rgb(237,224,175); }
div.DivClassName
{
background-color: #EDE0AF;
}
.BgClassName
{
background-color: #EDE0AF;
}
</style>
border-color css
<style>
span { border-color: #EDE0AF; }
span { border-color: rgb(237,224,175); }
td.TdClassName
{
border-color: #EDE0AF;
}
.TagClassName
{
border-color: #EDE0AF;
}
</style>