Shades of Paris Daisy #ECF24C
Tints of Paris Daisy #ECF24C
RGB
CMYK
RGB Variations
Color information
#ECF24C (or 0xECF24C) is known color: Paris Daisy. HEX triplet: EC, F2 and 4C. RGB value is (236,242,76). Sum of RGB (Red+Green+Blue) = 236+242+76=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 76 (30.08% from 255 or 13.72% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF24C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF24C is #130DB3. Grayscale: #DDDDDD. Windows color (decimal): -1248692 or 5042924. OLE color: 5042924.
HSL color Cylindrical-coordinate representation of color #ECF24C: hue angle of 62.17º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECF24C is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 76 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.05 |
| HSL | 62.17º | 0.86% | 0.62% | - |
| HSV(B) | 62.17º | 0.69% | 0.95% | - |
| XYZ | 67.65 | 81.86 | 19.07 | - |
| YUV | 221.28 | 46.01 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 76 | 0.02 | 0 | 0.69 | 0.05 | 62.17 | 0.86 | 0.62 |
| Hex | EC | F2 | 4C | 2 | 0 | 45 | 5 | 3E | 56 | 3E |
| Octal | 354 | 362 | 114 | 2 | 0 | 105 | 5 | 76 | 126 | 76 |
| Binary | 11101100 | 11110010 | 1001100 | 10 | 0 | 1000101 | 101 | 111110 | 1010110 | 111110 |
Color Harmonies of #ECF24C
Complementary color
Monochromatic Colors of #ECF24C
Black with #ECF24C
Text Example
Text Example
White with #ECF24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF24C; }
p { color: rgb(236,242,76); }
H1.HeaderClassName
{
color: #ECF24C;
}
.AnyTagClassName
{
color: #ECF24C;
}
</style>
background-color css
<style>
a { background-color: #ECF24C; }
a { background-color: rgb(236,242,76); }
div.DivClassName
{
background-color: #ECF24C;
}
.BgClassName
{
background-color: #ECF24C;
}
</style>
border-color css
<style>
span { border-color: #ECF24C; }
span { border-color: rgb(236,242,76); }
td.TdClassName
{
border-color: #ECF24C;
}
.TagClassName
{
border-color: #ECF24C;
}
</style>