Shades of Sidecar #EFE1AB
Tints of Sidecar #EFE1AB
RGB
CMYK
RGB Variations
Color information
#EFE1AB (or 0xEFE1AB) is known color: Sidecar. HEX triplet: EF, E1 and AB. RGB value is (239,225,171). Sum of RGB (Red+Green+Blue) = 239+225+171=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE1AB is #101E54. Grayscale: #DFDFDF. Windows color (decimal): -1056341 or 11264495. OLE color: 11264495.
HSL color Cylindrical-coordinate representation of color #EFE1AB: hue angle of 47.65º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFE1AB is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 171 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.06 |
| HSL | 47.65º | 0.68% | 0.8% | - |
| HSV(B) | 47.65º | 0.28% | 0.94% | - |
| XYZ | 69.87 | 75.14 | 49.35 | - |
| YUV | 223.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 171 | 0 | 0.06 | 0.28 | 0.06 | 47.65 | 0.68 | 0.8 |
| Hex | EF | E1 | AB | 0 | 6 | 1C | 6 | 30 | 44 | 50 |
| Octal | 357 | 341 | 253 | 0 | 6 | 34 | 6 | 60 | 104 | 120 |
| Binary | 11101111 | 11100001 | 10101011 | 0 | 110 | 11100 | 110 | 110000 | 1000100 | 1010000 |
Color Harmonies of #EFE1AB
Complementary color
Monochromatic Colors of #EFE1AB
Black with #EFE1AB
Text Example
Text Example
White with #EFE1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1AB; }
p { color: rgb(239,225,171); }
H1.HeaderClassName
{
color: #EFE1AB;
}
.AnyTagClassName
{
color: #EFE1AB;
}
</style>
background-color css
<style>
a { background-color: #EFE1AB; }
a { background-color: rgb(239,225,171); }
div.DivClassName
{
background-color: #EFE1AB;
}
.BgClassName
{
background-color: #EFE1AB;
}
</style>
border-color css
<style>
span { border-color: #EFE1AB; }
span { border-color: rgb(239,225,171); }
td.TdClassName
{
border-color: #EFE1AB;
}
.TagClassName
{
border-color: #EFE1AB;
}
</style>