Shades of Sidecar #EDDFAF
Tints of Sidecar #EDDFAF
RGB
CMYK
RGB Variations
Color information
#EDDFAF (or 0xEDDFAF) is known color: Sidecar. HEX triplet: ED, DF and AF. RGB value is (237,223,175). Sum of RGB (Red+Green+Blue) = 237+223+175=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDFAF is #122050. Grayscale: #DDDDDD. Windows color (decimal): -1187921 or 11526125. OLE color: 11526125.
HSL color Cylindrical-coordinate representation of color #EDDFAF: hue angle of 46.45º 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 #EDDFAF is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 175 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.07 |
| HSL | 46.45º | 0.63% | 0.81% | - |
| HSV(B) | 46.45º | 0.26% | 0.93% | - |
| XYZ | 69.05 | 73.88 | 51.18 | - |
| YUV | 221.71 | 101.64 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 175 | 0 | 0.06 | 0.26 | 0.07 | 46.45 | 0.63 | 0.81 |
| Hex | ED | DF | AF | 0 | 6 | 1A | 7 | 2E | 3F | 51 |
| Octal | 355 | 337 | 257 | 0 | 6 | 32 | 7 | 56 | 77 | 121 |
| Binary | 11101101 | 11011111 | 10101111 | 0 | 110 | 11010 | 111 | 101110 | 111111 | 1010001 |
Color Harmonies of #EDDFAF
Complementary color
Monochromatic Colors of #EDDFAF
Black with #EDDFAF
Text Example
Text Example
White with #EDDFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFAF; }
p { color: rgb(237,223,175); }
H1.HeaderClassName
{
color: #EDDFAF;
}
.AnyTagClassName
{
color: #EDDFAF;
}
</style>
background-color css
<style>
a { background-color: #EDDFAF; }
a { background-color: rgb(237,223,175); }
div.DivClassName
{
background-color: #EDDFAF;
}
.BgClassName
{
background-color: #EDDFAF;
}
</style>
border-color css
<style>
span { border-color: #EDDFAF; }
span { border-color: rgb(237,223,175); }
td.TdClassName
{
border-color: #EDDFAF;
}
.TagClassName
{
border-color: #EDDFAF;
}
</style>