Shades of Sidecar #EFDEAE
Tints of Sidecar #EFDEAE
RGB
CMYK
RGB Variations
Color information
#EFDEAE (or 0xEFDEAE) is known color: Sidecar. HEX triplet: EF, DE and AE. RGB value is (239,222,174). Sum of RGB (Red+Green+Blue) = 239+222+174=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDEAE is #102151. Grayscale: #DDDDDD. Windows color (decimal): -1057106 or 11460335. OLE color: 11460335.
HSL color Cylindrical-coordinate representation of color #EFDEAE: hue angle of 44.31º 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 #EFDEAE is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 174 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.06 |
| HSL | 44.31º | 0.67% | 0.81% | - |
| HSV(B) | 44.31º | 0.27% | 0.94% | - |
| XYZ | 69.36 | 73.65 | 50.6 | - |
| YUV | 221.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 174 | 0 | 0.07 | 0.27 | 0.06 | 44.31 | 0.67 | 0.81 |
| Hex | EF | DE | AE | 0 | 7 | 1B | 6 | 2C | 43 | 51 |
| Octal | 357 | 336 | 256 | 0 | 7 | 33 | 6 | 54 | 103 | 121 |
| Binary | 11101111 | 11011110 | 10101110 | 0 | 111 | 11011 | 110 | 101100 | 1000011 | 1010001 |
Color Harmonies of #EFDEAE
Complementary color
Monochromatic Colors of #EFDEAE
Black with #EFDEAE
Text Example
Text Example
White with #EFDEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEAE; }
p { color: rgb(239,222,174); }
H1.HeaderClassName
{
color: #EFDEAE;
}
.AnyTagClassName
{
color: #EFDEAE;
}
</style>
background-color css
<style>
a { background-color: #EFDEAE; }
a { background-color: rgb(239,222,174); }
div.DivClassName
{
background-color: #EFDEAE;
}
.BgClassName
{
background-color: #EFDEAE;
}
</style>
border-color css
<style>
span { border-color: #EFDEAE; }
span { border-color: rgb(239,222,174); }
td.TdClassName
{
border-color: #EFDEAE;
}
.TagClassName
{
border-color: #EFDEAE;
}
</style>