Shades of Sidecar #EDDFAB
Tints of Sidecar #EDDFAB
RGB
CMYK
RGB Variations
Color information
#EDDFAB (or 0xEDDFAB) is known color: Sidecar. HEX triplet: ED, DF and AB. RGB value is (237,223,171). Sum of RGB (Red+Green+Blue) = 237+223+171=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDFAB is #122054. Grayscale: #DDDDDD. Windows color (decimal): -1187925 or 11263981. OLE color: 11263981.
HSL color Cylindrical-coordinate representation of color #EDDFAB: hue angle of 47.27º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDDFAB is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 223 | 171 | - |
CMYK | 0 | 0.06 | 0.28 | 0.07 |
HSL | 47.27º | 0.65% | 0.8% | - |
HSV(B) | 47.27º | 0.28% | 0.93% | - |
XYZ | 68.66 | 73.72 | 49.14 | - |
YUV | 221.26 | 99.64 | 139.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 223 | 171 | 0 | 0.06 | 0.28 | 0.07 | 47.27 | 0.65 | 0.8 |
Hex | ED | DF | AB | 0 | 6 | 1C | 7 | 2F | 41 | 50 |
Octal | 355 | 337 | 253 | 0 | 6 | 34 | 7 | 57 | 101 | 120 |
Binary | 11101101 | 11011111 | 10101011 | 0 | 110 | 11100 | 111 | 101111 | 1000001 | 1010000 |
Color Harmonies of #EDDFAB
Complementary color
Monochromatic Colors of #EDDFAB
Black with #EDDFAB
Text Example
Text Example
White with #EDDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFAB; }
p { color: rgb(237,223,171); }
H1.HeaderClassName
{
color: #EDDFAB;
}
.AnyTagClassName
{
color: #EDDFAB;
}
</style>
background-color css
<style>
a { background-color: #EDDFAB; }
a { background-color: rgb(237,223,171); }
div.DivClassName
{
background-color: #EDDFAB;
}
.BgClassName
{
background-color: #EDDFAB;
}
</style>
border-color css
<style>
span { border-color: #EDDFAB; }
span { border-color: rgb(237,223,171); }
td.TdClassName
{
border-color: #EDDFAB;
}
.TagClassName
{
border-color: #EDDFAB;
}
</style>