Shades of Paris Daisy #ECF152
Tints of Paris Daisy #ECF152
RGB
CMYK
RGB Variations
Color information
#ECF152 (or 0xECF152) is known color: Paris Daisy. HEX triplet: EC, F1 and 52. RGB value is (236,241,82). Sum of RGB (Red+Green+Blue) = 236+241+82=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 82 (32.42% from 255 or 14.67% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF152 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF152 is #130EAD. Grayscale: #DEDEDE. Windows color (decimal): -1248942 or 5435884. OLE color: 5435884.
HSL color Cylindrical-coordinate representation of color #ECF152: hue angle of 61.89º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECF152 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 82 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.05 |
| HSL | 61.89º | 0.85% | 0.63% | - |
| HSV(B) | 61.89º | 0.66% | 0.95% | - |
| XYZ | 67.57 | 81.35 | 20.12 | - |
| YUV | 221.38 | 49.34 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 82 | 0.02 | 0 | 0.66 | 0.05 | 61.89 | 0.85 | 0.63 |
| Hex | EC | F1 | 52 | 2 | 0 | 42 | 5 | 3E | 55 | 3F |
| Octal | 354 | 361 | 122 | 2 | 0 | 102 | 5 | 76 | 125 | 77 |
| Binary | 11101100 | 11110001 | 1010010 | 10 | 0 | 1000010 | 101 | 111110 | 1010101 | 111111 |
Color Harmonies of #ECF152
Complementary color
Monochromatic Colors of #ECF152
Black with #ECF152
Text Example
Text Example
White with #ECF152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF152; }
p { color: rgb(236,241,82); }
H1.HeaderClassName
{
color: #ECF152;
}
.AnyTagClassName
{
color: #ECF152;
}
</style>
background-color css
<style>
a { background-color: #ECF152; }
a { background-color: rgb(236,241,82); }
div.DivClassName
{
background-color: #ECF152;
}
.BgClassName
{
background-color: #ECF152;
}
</style>
border-color css
<style>
span { border-color: #ECF152; }
span { border-color: rgb(236,241,82); }
td.TdClassName
{
border-color: #ECF152;
}
.TagClassName
{
border-color: #ECF152;
}
</style>