Shades of Sidecar #E8DFAE
Tints of Sidecar #E8DFAE
RGB
CMYK
RGB Variations
Color information
#E8DFAE (or 0xE8DFAE) is known color: Sidecar. HEX triplet: E8, DF and AE. RGB value is (232,223,174). Sum of RGB (Red+Green+Blue) = 232+223+174=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DFAE is #172051. Grayscale: #DCDCDC. Windows color (decimal): -1515602 or 11460584. OLE color: 11460584.
HSL color Cylindrical-coordinate representation of color #E8DFAE: hue angle of 50.69º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8DFAE is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 174 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.09 |
| HSL | 50.69º | 0.56% | 0.8% | - |
| HSV(B) | 50.69º | 0.25% | 0.91% | - |
| XYZ | 67.31 | 72.99 | 50.58 | - |
| YUV | 220.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 174 | 0 | 0.04 | 0.25 | 0.09 | 50.69 | 0.56 | 0.8 |
| Hex | E8 | DF | AE | 0 | 4 | 19 | 9 | 33 | 38 | 50 |
| Octal | 350 | 337 | 256 | 0 | 4 | 31 | 11 | 63 | 70 | 120 |
| Binary | 11101000 | 11011111 | 10101110 | 0 | 100 | 11001 | 1001 | 110011 | 111000 | 1010000 |
Color Harmonies of #E8DFAE
Complementary color
Monochromatic Colors of #E8DFAE
Black with #E8DFAE
Text Example
Text Example
White with #E8DFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFAE; }
p { color: rgb(232,223,174); }
H1.HeaderClassName
{
color: #E8DFAE;
}
.AnyTagClassName
{
color: #E8DFAE;
}
</style>
background-color css
<style>
a { background-color: #E8DFAE; }
a { background-color: rgb(232,223,174); }
div.DivClassName
{
background-color: #E8DFAE;
}
.BgClassName
{
background-color: #E8DFAE;
}
</style>
border-color css
<style>
span { border-color: #E8DFAE; }
span { border-color: rgb(232,223,174); }
td.TdClassName
{
border-color: #E8DFAE;
}
.TagClassName
{
border-color: #E8DFAE;
}
</style>