Shades of Picasso #ECE49A
Tints of Picasso #ECE49A
RGB
CMYK
RGB Variations
Color information
#ECE49A (or 0xECE49A) is known color: Picasso. HEX triplet: EC, E4 and 9A. RGB value is (236,228,154). Sum of RGB (Red+Green+Blue) = 236+228+154=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 154 (60.55% from 255 or 24.92% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE49A is #131B65. Grayscale: #DEDEDE. Windows color (decimal): -1252198 or 10151148. OLE color: 10151148.
HSL color Cylindrical-coordinate representation of color #ECE49A: hue angle of 54.15º 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 #ECE49A is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 154 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.07 |
| HSL | 54.15º | 0.68% | 0.76% | - |
| HSV(B) | 54.15º | 0.35% | 0.93% | - |
| XYZ | 68.17 | 75.65 | 41.58 | - |
| YUV | 221.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 154 | 0 | 0.03 | 0.35 | 0.07 | 54.15 | 0.68 | 0.76 |
| Hex | EC | E4 | 9A | 0 | 3 | 23 | 7 | 36 | 44 | 4C |
| Octal | 354 | 344 | 232 | 0 | 3 | 43 | 7 | 66 | 104 | 114 |
| Binary | 11101100 | 11100100 | 10011010 | 0 | 11 | 100011 | 111 | 110110 | 1000100 | 1001100 |
Color Harmonies of #ECE49A
Complementary color
Monochromatic Colors of #ECE49A
Black with #ECE49A
Text Example
Text Example
White with #ECE49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE49A; }
p { color: rgb(236,228,154); }
H1.HeaderClassName
{
color: #ECE49A;
}
.AnyTagClassName
{
color: #ECE49A;
}
</style>
background-color css
<style>
a { background-color: #ECE49A; }
a { background-color: rgb(236,228,154); }
div.DivClassName
{
background-color: #ECE49A;
}
.BgClassName
{
background-color: #ECE49A;
}
</style>
border-color css
<style>
span { border-color: #ECE49A; }
span { border-color: rgb(236,228,154); }
td.TdClassName
{
border-color: #ECE49A;
}
.TagClassName
{
border-color: #ECE49A;
}
</style>