Shades of Sidecar #EBDF9E
Tints of Sidecar #EBDF9E
RGB
CMYK
RGB Variations
Color information
#EBDF9E (or 0xEBDF9E) is known color: Sidecar. HEX triplet: EB, DF and 9E. RGB value is (235,223,158). Sum of RGB (Red+Green+Blue) = 235+223+158=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDF9E is #142061. Grayscale: #DBDBDB. Windows color (decimal): -1319010 or 10412011. OLE color: 10412011.
HSL color Cylindrical-coordinate representation of color #EBDF9E: hue angle of 50.65º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBDF9E is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 158 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.08 |
| HSL | 50.65º | 0.66% | 0.77% | - |
| HSV(B) | 50.65º | 0.33% | 0.92% | - |
| XYZ | 66.82 | 72.91 | 42.9 | - |
| YUV | 219.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 158 | 0 | 0.05 | 0.33 | 0.08 | 50.65 | 0.66 | 0.77 |
| Hex | EB | DF | 9E | 0 | 5 | 21 | 8 | 33 | 42 | 4D |
| Octal | 353 | 337 | 236 | 0 | 5 | 41 | 10 | 63 | 102 | 115 |
| Binary | 11101011 | 11011111 | 10011110 | 0 | 101 | 100001 | 1000 | 110011 | 1000010 | 1001101 |
Color Harmonies of #EBDF9E
Complementary color
Monochromatic Colors of #EBDF9E
Black with #EBDF9E
Text Example
Text Example
White with #EBDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDF9E; }
p { color: rgb(235,223,158); }
H1.HeaderClassName
{
color: #EBDF9E;
}
.AnyTagClassName
{
color: #EBDF9E;
}
</style>
background-color css
<style>
a { background-color: #EBDF9E; }
a { background-color: rgb(235,223,158); }
div.DivClassName
{
background-color: #EBDF9E;
}
.BgClassName
{
background-color: #EBDF9E;
}
</style>
border-color css
<style>
span { border-color: #EBDF9E; }
span { border-color: rgb(235,223,158); }
td.TdClassName
{
border-color: #EBDF9E;
}
.TagClassName
{
border-color: #EBDF9E;
}
</style>