Shades of Sidecar #EFE0B0
Tints of Sidecar #EFE0B0
RGB
CMYK
RGB Variations
Color information
#EFE0B0 (or 0xEFE0B0) is known color: Sidecar. HEX triplet: EF, E0 and B0. RGB value is (239,224,176). Sum of RGB (Red+Green+Blue) = 239+224+176=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 176 (69.14% from 255 or 27.54% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE0B0 is #101F4F. Grayscale: #DFDFDF. Windows color (decimal): -1056592 or 11591919. OLE color: 11591919.
HSL color Cylindrical-coordinate representation of color #EFE0B0: hue angle of 45.71º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFE0B0 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 176 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.06 |
| HSL | 45.71º | 0.66% | 0.81% | - |
| HSV(B) | 45.71º | 0.26% | 0.94% | - |
| XYZ | 70.09 | 74.8 | 51.82 | - |
| YUV | 223.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 176 | 0 | 0.06 | 0.26 | 0.06 | 45.71 | 0.66 | 0.81 |
| Hex | EF | E0 | B0 | 0 | 6 | 1A | 6 | 2E | 42 | 51 |
| Octal | 357 | 340 | 260 | 0 | 6 | 32 | 6 | 56 | 102 | 121 |
| Binary | 11101111 | 11100000 | 10110000 | 0 | 110 | 11010 | 110 | 101110 | 1000010 | 1010001 |
Color Harmonies of #EFE0B0
Complementary color
Monochromatic Colors of #EFE0B0
Black with #EFE0B0
Text Example
Text Example
White with #EFE0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0B0; }
p { color: rgb(239,224,176); }
H1.HeaderClassName
{
color: #EFE0B0;
}
.AnyTagClassName
{
color: #EFE0B0;
}
</style>
background-color css
<style>
a { background-color: #EFE0B0; }
a { background-color: rgb(239,224,176); }
div.DivClassName
{
background-color: #EFE0B0;
}
.BgClassName
{
background-color: #EFE0B0;
}
</style>
border-color css
<style>
span { border-color: #EFE0B0; }
span { border-color: rgb(239,224,176); }
td.TdClassName
{
border-color: #EFE0B0;
}
.TagClassName
{
border-color: #EFE0B0;
}
</style>