Shades of Paris Daisy #ECF241
Tints of Paris Daisy #ECF241
RGB
CMYK
RGB Variations
Color information
#ECF241 (or 0xECF241) is known color: Paris Daisy. HEX triplet: EC, F2 and 41. RGB value is (236,242,65). Sum of RGB (Red+Green+Blue) = 236+242+65=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 65 (25.78% from 255 or 11.97% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF241 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF241 is #130DBE. Grayscale: #DCDCDC. Windows color (decimal): -1248703 or 4322028. OLE color: 4322028.
HSL color Cylindrical-coordinate representation of color #ECF241: hue angle of 62.03º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECF241 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 65 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.05 |
| HSL | 62.03º | 0.87% | 0.6% | - |
| HSV(B) | 62.03º | 0.73% | 0.95% | - |
| XYZ | 67.3 | 81.72 | 17.23 | - |
| YUV | 220.03 | 40.51 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 65 | 0.02 | 0 | 0.73 | 0.05 | 62.03 | 0.87 | 0.6 |
| Hex | EC | F2 | 41 | 2 | 0 | 49 | 5 | 3E | 57 | 3C |
| Octal | 354 | 362 | 101 | 2 | 0 | 111 | 5 | 76 | 127 | 74 |
| Binary | 11101100 | 11110010 | 1000001 | 10 | 0 | 1001001 | 101 | 111110 | 1010111 | 111100 |
Color Harmonies of #ECF241
Complementary color
Monochromatic Colors of #ECF241
Black with #ECF241
Text Example
Text Example
White with #ECF241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF241; }
p { color: rgb(236,242,65); }
H1.HeaderClassName
{
color: #ECF241;
}
.AnyTagClassName
{
color: #ECF241;
}
</style>
background-color css
<style>
a { background-color: #ECF241; }
a { background-color: rgb(236,242,65); }
div.DivClassName
{
background-color: #ECF241;
}
.BgClassName
{
background-color: #ECF241;
}
</style>
border-color css
<style>
span { border-color: #ECF241; }
span { border-color: rgb(236,242,65); }
td.TdClassName
{
border-color: #ECF241;
}
.TagClassName
{
border-color: #ECF241;
}
</style>