Shades of Sidecar #F0E0AE
Tints of Sidecar #F0E0AE
RGB
CMYK
RGB Variations
Color information
#F0E0AE (or 0xF0E0AE) is known color: Sidecar. HEX triplet: F0, E0 and AE. RGB value is (240,224,174). Sum of RGB (Red+Green+Blue) = 240+224+174=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E0AE is #0F1F51. Grayscale: #DFDFDF. Windows color (decimal): -991058 or 11460848. OLE color: 11460848.
HSL color Cylindrical-coordinate representation of color #F0E0AE: hue angle of 45.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0E0AE is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 174 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.06 |
| HSL | 45.45º | 0.69% | 0.81% | - |
| HSV(B) | 45.45º | 0.28% | 0.94% | - |
| XYZ | 70.23 | 74.89 | 50.8 | - |
| YUV | 223.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 174 | 0 | 0.07 | 0.28 | 0.06 | 45.45 | 0.69 | 0.81 |
| Hex | F0 | E0 | AE | 0 | 7 | 1C | 6 | 2D | 45 | 51 |
| Octal | 360 | 340 | 256 | 0 | 7 | 34 | 6 | 55 | 105 | 121 |
| Binary | 11110000 | 11100000 | 10101110 | 0 | 111 | 11100 | 110 | 101101 | 1000101 | 1010001 |
Color Harmonies of #F0E0AE
Complementary color
Monochromatic Colors of #F0E0AE
Black with #F0E0AE
Text Example
Text Example
White with #F0E0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0AE; }
p { color: rgb(240,224,174); }
H1.HeaderClassName
{
color: #F0E0AE;
}
.AnyTagClassName
{
color: #F0E0AE;
}
</style>
background-color css
<style>
a { background-color: #F0E0AE; }
a { background-color: rgb(240,224,174); }
div.DivClassName
{
background-color: #F0E0AE;
}
.BgClassName
{
background-color: #F0E0AE;
}
</style>
border-color css
<style>
span { border-color: #F0E0AE; }
span { border-color: rgb(240,224,174); }
td.TdClassName
{
border-color: #F0E0AE;
}
.TagClassName
{
border-color: #F0E0AE;
}
</style>