Shades of Sidecar #EDDDAF
Tints of Sidecar #EDDDAF
RGB
CMYK
RGB Variations
Color information
#EDDDAF (or 0xEDDDAF) is known color: Sidecar. HEX triplet: ED, DD and AF. RGB value is (237,221,175). Sum of RGB (Red+Green+Blue) = 237+221+175=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDDAF is #122250. Grayscale: #DCDCDC. Windows color (decimal): -1188433 or 11525613. OLE color: 11525613.
HSL color Cylindrical-coordinate representation of color #EDDDAF: hue angle of 44.52º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDDDAF is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 175 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.07 |
| HSL | 44.52º | 0.63% | 0.81% | - |
| HSV(B) | 44.52º | 0.26% | 0.93% | - |
| XYZ | 68.52 | 72.81 | 51 | - |
| YUV | 220.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 175 | 0 | 0.07 | 0.26 | 0.07 | 44.52 | 0.63 | 0.81 |
| Hex | ED | DD | AF | 0 | 7 | 1A | 7 | 2D | 3F | 51 |
| Octal | 355 | 335 | 257 | 0 | 7 | 32 | 7 | 55 | 77 | 121 |
| Binary | 11101101 | 11011101 | 10101111 | 0 | 111 | 11010 | 111 | 101101 | 111111 | 1010001 |
Color Harmonies of #EDDDAF
Complementary color
Monochromatic Colors of #EDDDAF
Black with #EDDDAF
Text Example
Text Example
White with #EDDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDAF; }
p { color: rgb(237,221,175); }
H1.HeaderClassName
{
color: #EDDDAF;
}
.AnyTagClassName
{
color: #EDDDAF;
}
</style>
background-color css
<style>
a { background-color: #EDDDAF; }
a { background-color: rgb(237,221,175); }
div.DivClassName
{
background-color: #EDDDAF;
}
.BgClassName
{
background-color: #EDDDAF;
}
</style>
border-color css
<style>
span { border-color: #EDDDAF; }
span { border-color: rgb(237,221,175); }
td.TdClassName
{
border-color: #EDDDAF;
}
.TagClassName
{
border-color: #EDDDAF;
}
</style>