Shades of Sidecar #EADFAE
Tints of Sidecar #EADFAE
RGB
CMYK
RGB Variations
Color information
#EADFAE (or 0xEADFAE) is known color: Sidecar. HEX triplet: EA, DF and AE. RGB value is (234,223,174). Sum of RGB (Red+Green+Blue) = 234+223+174=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADFAE is #152051. Grayscale: #DCDCDC. Windows color (decimal): -1384530 or 11460586. OLE color: 11460586.
HSL color Cylindrical-coordinate representation of color #EADFAE: hue angle of 49º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EADFAE is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 174 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.08 |
| HSL | 49º | 0.59% | 0.8% | - |
| HSV(B) | 49º | 0.26% | 0.92% | - |
| XYZ | 67.96 | 73.32 | 50.62 | - |
| YUV | 220.7 | 101.64 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 174 | 0 | 0.05 | 0.26 | 0.08 | 49 | 0.59 | 0.8 |
| Hex | EA | DF | AE | 0 | 5 | 1A | 8 | 31 | 3B | 50 |
| Octal | 352 | 337 | 256 | 0 | 5 | 32 | 10 | 61 | 73 | 120 |
| Binary | 11101010 | 11011111 | 10101110 | 0 | 101 | 11010 | 1000 | 110001 | 111011 | 1010000 |
Color Harmonies of #EADFAE
Complementary color
Monochromatic Colors of #EADFAE
Black with #EADFAE
Text Example
Text Example
White with #EADFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFAE; }
p { color: rgb(234,223,174); }
H1.HeaderClassName
{
color: #EADFAE;
}
.AnyTagClassName
{
color: #EADFAE;
}
</style>
background-color css
<style>
a { background-color: #EADFAE; }
a { background-color: rgb(234,223,174); }
div.DivClassName
{
background-color: #EADFAE;
}
.BgClassName
{
background-color: #EADFAE;
}
</style>
border-color css
<style>
span { border-color: #EADFAE; }
span { border-color: rgb(234,223,174); }
td.TdClassName
{
border-color: #EADFAE;
}
.TagClassName
{
border-color: #EADFAE;
}
</style>