Shades of Sidecar #ECE0AF
Tints of Sidecar #ECE0AF
RGB
CMYK
RGB Variations
Color information
#ECE0AF (or 0xECE0AF) is known color: Sidecar. HEX triplet: EC, E0 and AF. RGB value is (236,224,175). Sum of RGB (Red+Green+Blue) = 236+224+175=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE0AF is #131F50. Grayscale: #DEDEDE. Windows color (decimal): -1253201 or 11526380. OLE color: 11526380.
HSL color Cylindrical-coordinate representation of color #ECE0AF: hue angle of 48.2º degrees, saturation: 0.62, 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 #ECE0AF is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 175 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.07 |
| HSL | 48.2º | 0.62% | 0.81% | - |
| HSV(B) | 48.2º | 0.26% | 0.93% | - |
| XYZ | 68.99 | 74.24 | 51.25 | - |
| YUV | 222 | 101.48 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 175 | 0 | 0.05 | 0.26 | 0.07 | 48.2 | 0.62 | 0.81 |
| Hex | EC | E0 | AF | 0 | 5 | 1A | 7 | 30 | 3E | 51 |
| Octal | 354 | 340 | 257 | 0 | 5 | 32 | 7 | 60 | 76 | 121 |
| Binary | 11101100 | 11100000 | 10101111 | 0 | 101 | 11010 | 111 | 110000 | 111110 | 1010001 |
Color Harmonies of #ECE0AF
Complementary color
Monochromatic Colors of #ECE0AF
Black with #ECE0AF
Text Example
Text Example
White with #ECE0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0AF; }
p { color: rgb(236,224,175); }
H1.HeaderClassName
{
color: #ECE0AF;
}
.AnyTagClassName
{
color: #ECE0AF;
}
</style>
background-color css
<style>
a { background-color: #ECE0AF; }
a { background-color: rgb(236,224,175); }
div.DivClassName
{
background-color: #ECE0AF;
}
.BgClassName
{
background-color: #ECE0AF;
}
</style>
border-color css
<style>
span { border-color: #ECE0AF; }
span { border-color: rgb(236,224,175); }
td.TdClassName
{
border-color: #ECE0AF;
}
.TagClassName
{
border-color: #ECE0AF;
}
</style>