Shades of Picasso #ECE19C
Tints of Picasso #ECE19C
RGB
CMYK
RGB Variations
Color information
#ECE19C (or 0xECE19C) is known color: Picasso. HEX triplet: EC, E1 and 9C. RGB value is (236,225,156). Sum of RGB (Red+Green+Blue) = 236+225+156=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 156 (61.33% from 255 or 25.28% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE19C is #131E63. Grayscale: #DCDCDC. Windows color (decimal): -1252964 or 10281452. OLE color: 10281452.
HSL color Cylindrical-coordinate representation of color #ECE19C: hue angle of 51.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECE19C is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 156 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.07 |
| HSL | 51.75º | 0.68% | 0.77% | - |
| HSV(B) | 51.75º | 0.34% | 0.93% | - |
| XYZ | 67.52 | 74.08 | 42.19 | - |
| YUV | 220.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 156 | 0 | 0.05 | 0.34 | 0.07 | 51.75 | 0.68 | 0.77 |
| Hex | EC | E1 | 9C | 0 | 5 | 22 | 7 | 34 | 44 | 4D |
| Octal | 354 | 341 | 234 | 0 | 5 | 42 | 7 | 64 | 104 | 115 |
| Binary | 11101100 | 11100001 | 10011100 | 0 | 101 | 100010 | 111 | 110100 | 1000100 | 1001101 |
Color Harmonies of #ECE19C
Complementary color
Monochromatic Colors of #ECE19C
Black with #ECE19C
Text Example
Text Example
White with #ECE19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE19C; }
p { color: rgb(236,225,156); }
H1.HeaderClassName
{
color: #ECE19C;
}
.AnyTagClassName
{
color: #ECE19C;
}
</style>
background-color css
<style>
a { background-color: #ECE19C; }
a { background-color: rgb(236,225,156); }
div.DivClassName
{
background-color: #ECE19C;
}
.BgClassName
{
background-color: #ECE19C;
}
</style>
border-color css
<style>
span { border-color: #ECE19C; }
span { border-color: rgb(236,225,156); }
td.TdClassName
{
border-color: #ECE19C;
}
.TagClassName
{
border-color: #ECE19C;
}
</style>