Shades of Sidecar #EDE0B2
Tints of Sidecar #EDE0B2
RGB
CMYK
RGB Variations
Color information
#EDE0B2 (or 0xEDE0B2) is known color: Sidecar. HEX triplet: ED, E0 and B2. RGB value is (237,224,178). Sum of RGB (Red+Green+Blue) = 237+224+178=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 178 (69.92% from 255 or 27.86% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE0B2 is #121F4D. Grayscale: #DEDEDE. Windows color (decimal): -1187662 or 11722989. OLE color: 11722989.
HSL color Cylindrical-coordinate representation of color #EDE0B2: hue angle of 46.78º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDE0B2 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 178 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.07 |
| HSL | 46.78º | 0.62% | 0.81% | - |
| HSV(B) | 46.78º | 0.25% | 0.93% | - |
| XYZ | 69.62 | 74.53 | 52.84 | - |
| YUV | 222.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 178 | 0 | 0.05 | 0.25 | 0.07 | 46.78 | 0.62 | 0.81 |
| Hex | ED | E0 | B2 | 0 | 5 | 19 | 7 | 2F | 3E | 51 |
| Octal | 355 | 340 | 262 | 0 | 5 | 31 | 7 | 57 | 76 | 121 |
| Binary | 11101101 | 11100000 | 10110010 | 0 | 101 | 11001 | 111 | 101111 | 111110 | 1010001 |
Color Harmonies of #EDE0B2
Complementary color
Monochromatic Colors of #EDE0B2
Black with #EDE0B2
Text Example
Text Example
White with #EDE0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0B2; }
p { color: rgb(237,224,178); }
H1.HeaderClassName
{
color: #EDE0B2;
}
.AnyTagClassName
{
color: #EDE0B2;
}
</style>
background-color css
<style>
a { background-color: #EDE0B2; }
a { background-color: rgb(237,224,178); }
div.DivClassName
{
background-color: #EDE0B2;
}
.BgClassName
{
background-color: #EDE0B2;
}
</style>
border-color css
<style>
span { border-color: #EDE0B2; }
span { border-color: rgb(237,224,178); }
td.TdClassName
{
border-color: #EDE0B2;
}
.TagClassName
{
border-color: #EDE0B2;
}
</style>