Shades of Sidecar #ECDBAD
Tints of Sidecar #ECDBAD
RGB
CMYK
RGB Variations
Color information
#ECDBAD (or 0xECDBAD) is known color: Sidecar. HEX triplet: EC, DB and AD. RGB value is (236,219,173). Sum of RGB (Red+Green+Blue) = 236+219+173=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDBAD is #132452. Grayscale: #DBDBDB. Windows color (decimal): -1254483 or 11394028. OLE color: 11394028.
HSL color Cylindrical-coordinate representation of color #ECDBAD: hue angle of 43.81º degrees, saturation: 0.62, 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 #ECDBAD is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 219 | 173 | - |
CMYK | 0 | 0.07 | 0.27 | 0.07 |
HSL | 43.81º | 0.62% | 0.8% | - |
HSV(B) | 43.81º | 0.27% | 0.93% | - |
XYZ | 67.47 | 71.51 | 49.78 | - |
YUV | 218.84 | 102.13 | 140.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 173 | 0 | 0.07 | 0.27 | 0.07 | 43.81 | 0.62 | 0.8 |
Hex | EC | DB | AD | 0 | 7 | 1B | 7 | 2C | 3E | 50 |
Octal | 354 | 333 | 255 | 0 | 7 | 33 | 7 | 54 | 76 | 120 |
Binary | 11101100 | 11011011 | 10101101 | 0 | 111 | 11011 | 111 | 101100 | 111110 | 1010000 |
Color Harmonies of #ECDBAD
Complementary color
Monochromatic Colors of #ECDBAD
Black with #ECDBAD
Text Example
Text Example
White with #ECDBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBAD; }
p { color: rgb(236,219,173); }
H1.HeaderClassName
{
color: #ECDBAD;
}
.AnyTagClassName
{
color: #ECDBAD;
}
</style>
background-color css
<style>
a { background-color: #ECDBAD; }
a { background-color: rgb(236,219,173); }
div.DivClassName
{
background-color: #ECDBAD;
}
.BgClassName
{
background-color: #ECDBAD;
}
</style>
border-color css
<style>
span { border-color: #ECDBAD; }
span { border-color: rgb(236,219,173); }
td.TdClassName
{
border-color: #ECDBAD;
}
.TagClassName
{
border-color: #ECDBAD;
}
</style>