Shades of Sidecar #EFE1AE
Tints of Sidecar #EFE1AE
RGB
CMYK
RGB Variations
Color information
#EFE1AE (or 0xEFE1AE) is known color: Sidecar. HEX triplet: EF, E1 and AE. RGB value is (239,225,174). Sum of RGB (Red+Green+Blue) = 239+225+174=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE1AE is #101E51. Grayscale: #DFDFDF. Windows color (decimal): -1056338 or 11461103. OLE color: 11461103.
HSL color Cylindrical-coordinate representation of color #EFE1AE: hue angle of 47.08º degrees, saturation: 0.67, 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 #EFE1AE is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 174 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.06 |
| HSL | 47.08º | 0.67% | 0.81% | - |
| HSV(B) | 47.08º | 0.27% | 0.94% | - |
| XYZ | 70.16 | 75.26 | 50.87 | - |
| YUV | 223.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 174 | 0 | 0.06 | 0.27 | 0.06 | 47.08 | 0.67 | 0.81 |
| Hex | EF | E1 | AE | 0 | 6 | 1B | 6 | 2F | 43 | 51 |
| Octal | 357 | 341 | 256 | 0 | 6 | 33 | 6 | 57 | 103 | 121 |
| Binary | 11101111 | 11100001 | 10101110 | 0 | 110 | 11011 | 110 | 101111 | 1000011 | 1010001 |
Color Harmonies of #EFE1AE
Complementary color
Monochromatic Colors of #EFE1AE
Black with #EFE1AE
Text Example
Text Example
White with #EFE1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1AE; }
p { color: rgb(239,225,174); }
H1.HeaderClassName
{
color: #EFE1AE;
}
.AnyTagClassName
{
color: #EFE1AE;
}
</style>
background-color css
<style>
a { background-color: #EFE1AE; }
a { background-color: rgb(239,225,174); }
div.DivClassName
{
background-color: #EFE1AE;
}
.BgClassName
{
background-color: #EFE1AE;
}
</style>
border-color css
<style>
span { border-color: #EFE1AE; }
span { border-color: rgb(239,225,174); }
td.TdClassName
{
border-color: #EFE1AE;
}
.TagClassName
{
border-color: #EFE1AE;
}
</style>