Shades of Picasso #ECE49B
Tints of Picasso #ECE49B
RGB
CMYK
RGB Variations
Color information
#ECE49B (or 0xECE49B) is known color: Picasso. HEX triplet: EC, E4 and 9B. RGB value is (236,228,155). Sum of RGB (Red+Green+Blue) = 236+228+155=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 155 (60.94% from 255 or 25.04% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE49B is #131B64. Grayscale: #DEDEDE. Windows color (decimal): -1252197 or 10216684. OLE color: 10216684.
HSL color Cylindrical-coordinate representation of color #ECE49B: hue angle of 54.07º 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 #ECE49B is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 155 | - |
CMYK | 0 | 0.03 | 0.34 | 0.07 |
HSL | 54.07º | 0.68% | 0.77% | - |
HSV(B) | 54.07º | 0.34% | 0.93% | - |
XYZ | 68.25 | 75.69 | 42.02 | - |
YUV | 222.07 | 90.15 | 137.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 155 | 0 | 0.03 | 0.34 | 0.07 | 54.07 | 0.68 | 0.77 |
Hex | EC | E4 | 9B | 0 | 3 | 22 | 7 | 36 | 44 | 4D |
Octal | 354 | 344 | 233 | 0 | 3 | 42 | 7 | 66 | 104 | 115 |
Binary | 11101100 | 11100100 | 10011011 | 0 | 11 | 100010 | 111 | 110110 | 1000100 | 1001101 |
Color Harmonies of #ECE49B
Complementary color
Monochromatic Colors of #ECE49B
Black with #ECE49B
Text Example
Text Example
White with #ECE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE49B; }
p { color: rgb(236,228,155); }
H1.HeaderClassName
{
color: #ECE49B;
}
.AnyTagClassName
{
color: #ECE49B;
}
</style>
background-color css
<style>
a { background-color: #ECE49B; }
a { background-color: rgb(236,228,155); }
div.DivClassName
{
background-color: #ECE49B;
}
.BgClassName
{
background-color: #ECE49B;
}
</style>
border-color css
<style>
span { border-color: #ECE49B; }
span { border-color: rgb(236,228,155); }
td.TdClassName
{
border-color: #ECE49B;
}
.TagClassName
{
border-color: #ECE49B;
}
</style>