Shades of Picasso #ECE29A
Tints of Picasso #ECE29A
RGB
CMYK
RGB Variations
Color information
#ECE29A (or 0xECE29A) is known color: Picasso. HEX triplet: EC, E2 and 9A. RGB value is (236,226,154). Sum of RGB (Red+Green+Blue) = 236+226+154=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 154 (60.55% from 255 or 25% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE29A is #131D65. Grayscale: #DDDDDD. Windows color (decimal): -1252710 or 10150636. OLE color: 10150636.
HSL color Cylindrical-coordinate representation of color #ECE29A: hue angle of 52.68º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECE29A is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 154 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.07 |
| HSL | 52.68º | 0.68% | 0.76% | - |
| HSV(B) | 52.68º | 0.35% | 0.93% | - |
| XYZ | 67.62 | 74.56 | 41.4 | - |
| YUV | 220.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 154 | 0 | 0.04 | 0.35 | 0.07 | 52.68 | 0.68 | 0.76 |
| Hex | EC | E2 | 9A | 0 | 4 | 23 | 7 | 35 | 44 | 4C |
| Octal | 354 | 342 | 232 | 0 | 4 | 43 | 7 | 65 | 104 | 114 |
| Binary | 11101100 | 11100010 | 10011010 | 0 | 100 | 100011 | 111 | 110101 | 1000100 | 1001100 |
Color Harmonies of #ECE29A
Complementary color
Monochromatic Colors of #ECE29A
Black with #ECE29A
Text Example
Text Example
White with #ECE29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE29A; }
p { color: rgb(236,226,154); }
H1.HeaderClassName
{
color: #ECE29A;
}
.AnyTagClassName
{
color: #ECE29A;
}
</style>
background-color css
<style>
a { background-color: #ECE29A; }
a { background-color: rgb(236,226,154); }
div.DivClassName
{
background-color: #ECE29A;
}
.BgClassName
{
background-color: #ECE29A;
}
</style>
border-color css
<style>
span { border-color: #ECE29A; }
span { border-color: rgb(236,226,154); }
td.TdClassName
{
border-color: #ECE29A;
}
.TagClassName
{
border-color: #ECE29A;
}
</style>