Shades of Sidecar #EFE1AD
Tints of Sidecar #EFE1AD
RGB
CMYK
RGB Variations
Color information
#EFE1AD (or 0xEFE1AD) is known color: Sidecar. HEX triplet: EF, E1 and AD. RGB value is (239,225,173). Sum of RGB (Red+Green+Blue) = 239+225+173=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE1AD is #101E52. Grayscale: #DFDFDF. Windows color (decimal): -1056339 or 11395567. OLE color: 11395567.
HSL color Cylindrical-coordinate representation of color #EFE1AD: hue angle of 47.27º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFE1AD is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 173 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.06 |
| HSL | 47.27º | 0.67% | 0.81% | - |
| HSV(B) | 47.27º | 0.28% | 0.94% | - |
| XYZ | 70.06 | 75.22 | 50.36 | - |
| YUV | 223.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 173 | 0 | 0.06 | 0.28 | 0.06 | 47.27 | 0.67 | 0.81 |
| Hex | EF | E1 | AD | 0 | 6 | 1C | 6 | 2F | 43 | 51 |
| Octal | 357 | 341 | 255 | 0 | 6 | 34 | 6 | 57 | 103 | 121 |
| Binary | 11101111 | 11100001 | 10101101 | 0 | 110 | 11100 | 110 | 101111 | 1000011 | 1010001 |
Color Harmonies of #EFE1AD
Complementary color
Monochromatic Colors of #EFE1AD
Black with #EFE1AD
Text Example
Text Example
White with #EFE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1AD; }
p { color: rgb(239,225,173); }
H1.HeaderClassName
{
color: #EFE1AD;
}
.AnyTagClassName
{
color: #EFE1AD;
}
</style>
background-color css
<style>
a { background-color: #EFE1AD; }
a { background-color: rgb(239,225,173); }
div.DivClassName
{
background-color: #EFE1AD;
}
.BgClassName
{
background-color: #EFE1AD;
}
</style>
border-color css
<style>
span { border-color: #EFE1AD; }
span { border-color: rgb(239,225,173); }
td.TdClassName
{
border-color: #EFE1AD;
}
.TagClassName
{
border-color: #EFE1AD;
}
</style>