Shades of Sidecar #EFDEAF
Tints of Sidecar #EFDEAF
RGB
CMYK
RGB Variations
Color information
#EFDEAF (or 0xEFDEAF) is known color: Sidecar. HEX triplet: EF, DE and AF. RGB value is (239,222,175). Sum of RGB (Red+Green+Blue) = 239+222+175=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDEAF is #102150. Grayscale: #DDDDDD. Windows color (decimal): -1057105 or 11525871. OLE color: 11525871.
HSL color Cylindrical-coordinate representation of color #EFDEAF: hue angle of 44.06º 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 #EFDEAF is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 175 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.06 |
| HSL | 44.06º | 0.67% | 0.81% | - |
| HSV(B) | 44.06º | 0.27% | 0.94% | - |
| XYZ | 69.46 | 73.69 | 51.12 | - |
| YUV | 221.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 175 | 0 | 0.07 | 0.27 | 0.06 | 44.06 | 0.67 | 0.81 |
| Hex | EF | DE | AF | 0 | 7 | 1B | 6 | 2C | 43 | 51 |
| Octal | 357 | 336 | 257 | 0 | 7 | 33 | 6 | 54 | 103 | 121 |
| Binary | 11101111 | 11011110 | 10101111 | 0 | 111 | 11011 | 110 | 101100 | 1000011 | 1010001 |
Color Harmonies of #EFDEAF
Complementary color
Monochromatic Colors of #EFDEAF
Black with #EFDEAF
Text Example
Text Example
White with #EFDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEAF; }
p { color: rgb(239,222,175); }
H1.HeaderClassName
{
color: #EFDEAF;
}
.AnyTagClassName
{
color: #EFDEAF;
}
</style>
background-color css
<style>
a { background-color: #EFDEAF; }
a { background-color: rgb(239,222,175); }
div.DivClassName
{
background-color: #EFDEAF;
}
.BgClassName
{
background-color: #EFDEAF;
}
</style>
border-color css
<style>
span { border-color: #EFDEAF; }
span { border-color: rgb(239,222,175); }
td.TdClassName
{
border-color: #EFDEAF;
}
.TagClassName
{
border-color: #EFDEAF;
}
</style>