Shades of Sidecar #EDE1B1
Tints of Sidecar #EDE1B1
RGB
CMYK
RGB Variations
Color information
#EDE1B1 (or 0xEDE1B1) is known color: Sidecar. HEX triplet: ED, E1 and B1. RGB value is (237,225,177). Sum of RGB (Red+Green+Blue) = 237+225+177=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE1B1 is #121E4E. Grayscale: #DFDFDF. Windows color (decimal): -1187407 or 11657709. OLE color: 11657709.
HSL color Cylindrical-coordinate representation of color #EDE1B1: hue angle of 48º 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 #EDE1B1 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 177 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.07 |
| HSL | 48º | 0.63% | 0.81% | - |
| HSV(B) | 48º | 0.25% | 0.93% | - |
| XYZ | 69.79 | 75.03 | 52.4 | - |
| YUV | 223.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 177 | 0 | 0.05 | 0.25 | 0.07 | 48 | 0.63 | 0.81 |
| Hex | ED | E1 | B1 | 0 | 5 | 19 | 7 | 30 | 3E | 51 |
| Octal | 355 | 341 | 261 | 0 | 5 | 31 | 7 | 60 | 76 | 121 |
| Binary | 11101101 | 11100001 | 10110001 | 0 | 101 | 11001 | 111 | 110000 | 111110 | 1010001 |
Color Harmonies of #EDE1B1
Complementary color
Monochromatic Colors of #EDE1B1
Black with #EDE1B1
Text Example
Text Example
White with #EDE1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1B1; }
p { color: rgb(237,225,177); }
H1.HeaderClassName
{
color: #EDE1B1;
}
.AnyTagClassName
{
color: #EDE1B1;
}
</style>
background-color css
<style>
a { background-color: #EDE1B1; }
a { background-color: rgb(237,225,177); }
div.DivClassName
{
background-color: #EDE1B1;
}
.BgClassName
{
background-color: #EDE1B1;
}
</style>
border-color css
<style>
span { border-color: #EDE1B1; }
span { border-color: rgb(237,225,177); }
td.TdClassName
{
border-color: #EDE1B1;
}
.TagClassName
{
border-color: #EDE1B1;
}
</style>