Shades of Sidecar #EFE1AF
Tints of Sidecar #EFE1AF
RGB
CMYK
RGB Variations
Color information
#EFE1AF (or 0xEFE1AF) is known color: Sidecar. HEX triplet: EF, E1 and AF. RGB value is (239,225,175). Sum of RGB (Red+Green+Blue) = 239+225+175=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE1AF is #101E50. Grayscale: #DFDFDF. Windows color (decimal): -1056337 or 11526639. OLE color: 11526639.
HSL color Cylindrical-coordinate representation of color #EFE1AF: hue angle of 46.88º 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 #EFE1AF is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 175 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.06 |
| HSL | 46.88º | 0.67% | 0.81% | - |
| HSV(B) | 46.88º | 0.27% | 0.94% | - |
| XYZ | 70.26 | 75.3 | 51.39 | - |
| YUV | 223.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 175 | 0 | 0.06 | 0.27 | 0.06 | 46.88 | 0.67 | 0.81 |
| Hex | EF | E1 | AF | 0 | 6 | 1B | 6 | 2F | 43 | 51 |
| Octal | 357 | 341 | 257 | 0 | 6 | 33 | 6 | 57 | 103 | 121 |
| Binary | 11101111 | 11100001 | 10101111 | 0 | 110 | 11011 | 110 | 101111 | 1000011 | 1010001 |
Color Harmonies of #EFE1AF
Complementary color
Monochromatic Colors of #EFE1AF
Black with #EFE1AF
Text Example
Text Example
White with #EFE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1AF; }
p { color: rgb(239,225,175); }
H1.HeaderClassName
{
color: #EFE1AF;
}
.AnyTagClassName
{
color: #EFE1AF;
}
</style>
background-color css
<style>
a { background-color: #EFE1AF; }
a { background-color: rgb(239,225,175); }
div.DivClassName
{
background-color: #EFE1AF;
}
.BgClassName
{
background-color: #EFE1AF;
}
</style>
border-color css
<style>
span { border-color: #EFE1AF; }
span { border-color: rgb(239,225,175); }
td.TdClassName
{
border-color: #EFE1AF;
}
.TagClassName
{
border-color: #EFE1AF;
}
</style>