Shades of Sidecar #EEDFB1
Tints of Sidecar #EEDFB1
RGB
CMYK
RGB Variations
Color information
#EEDFB1 (or 0xEEDFB1) is known color: Sidecar. HEX triplet: EE, DF and B1. RGB value is (238,223,177). Sum of RGB (Red+Green+Blue) = 238+223+177=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDFB1 is #11204E. Grayscale: #DEDEDE. Windows color (decimal): -1122383 or 11657198. OLE color: 11657198.
HSL color Cylindrical-coordinate representation of color #EEDFB1: hue angle of 45.25º degrees, saturation: 0.64, 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 #EEDFB1 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 177 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.07 |
| HSL | 45.25º | 0.64% | 0.81% | - |
| HSV(B) | 45.25º | 0.26% | 0.93% | - |
| XYZ | 69.58 | 74.13 | 52.24 | - |
| YUV | 222.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 177 | 0 | 0.06 | 0.26 | 0.07 | 45.25 | 0.64 | 0.81 |
| Hex | EE | DF | B1 | 0 | 6 | 1A | 7 | 2D | 40 | 51 |
| Octal | 356 | 337 | 261 | 0 | 6 | 32 | 7 | 55 | 100 | 121 |
| Binary | 11101110 | 11011111 | 10110001 | 0 | 110 | 11010 | 111 | 101101 | 1000000 | 1010001 |
Color Harmonies of #EEDFB1
Complementary color
Monochromatic Colors of #EEDFB1
Black with #EEDFB1
Text Example
Text Example
White with #EEDFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFB1; }
p { color: rgb(238,223,177); }
H1.HeaderClassName
{
color: #EEDFB1;
}
.AnyTagClassName
{
color: #EEDFB1;
}
</style>
background-color css
<style>
a { background-color: #EEDFB1; }
a { background-color: rgb(238,223,177); }
div.DivClassName
{
background-color: #EEDFB1;
}
.BgClassName
{
background-color: #EEDFB1;
}
</style>
border-color css
<style>
span { border-color: #EEDFB1; }
span { border-color: rgb(238,223,177); }
td.TdClassName
{
border-color: #EEDFB1;
}
.TagClassName
{
border-color: #EEDFB1;
}
</style>