Shades of Sidecar #EDDFAC
Tints of Sidecar #EDDFAC
RGB
CMYK
RGB Variations
Color information
#EDDFAC (or 0xEDDFAC) is known color: Sidecar. HEX triplet: ED, DF and AC. RGB value is (237,223,172). Sum of RGB (Red+Green+Blue) = 237+223+172=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDFAC is #122053. Grayscale: #DDDDDD. Windows color (decimal): -1187924 or 11329517. OLE color: 11329517.
HSL color Cylindrical-coordinate representation of color #EDDFAC: hue angle of 47.08º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDDFAC is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 223 | 172 | - |
CMYK | 0 | 0.06 | 0.27 | 0.07 |
HSL | 47.08º | 0.64% | 0.8% | - |
HSV(B) | 47.08º | 0.27% | 0.93% | - |
XYZ | 68.76 | 73.76 | 49.64 | - |
YUV | 221.37 | 100.14 | 139.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 223 | 172 | 0 | 0.06 | 0.27 | 0.07 | 47.08 | 0.64 | 0.8 |
Hex | ED | DF | AC | 0 | 6 | 1B | 7 | 2F | 40 | 50 |
Octal | 355 | 337 | 254 | 0 | 6 | 33 | 7 | 57 | 100 | 120 |
Binary | 11101101 | 11011111 | 10101100 | 0 | 110 | 11011 | 111 | 101111 | 1000000 | 1010000 |
Color Harmonies of #EDDFAC
Complementary color
Monochromatic Colors of #EDDFAC
Black with #EDDFAC
Text Example
Text Example
White with #EDDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFAC; }
p { color: rgb(237,223,172); }
H1.HeaderClassName
{
color: #EDDFAC;
}
.AnyTagClassName
{
color: #EDDFAC;
}
</style>
background-color css
<style>
a { background-color: #EDDFAC; }
a { background-color: rgb(237,223,172); }
div.DivClassName
{
background-color: #EDDFAC;
}
.BgClassName
{
background-color: #EDDFAC;
}
</style>
border-color css
<style>
span { border-color: #EDDFAC; }
span { border-color: rgb(237,223,172); }
td.TdClassName
{
border-color: #EDDFAC;
}
.TagClassName
{
border-color: #EDDFAC;
}
</style>