Shades of Paris Daisy #ECF452
Tints of Paris Daisy #ECF452
RGB
CMYK
RGB Variations
Color information
#ECF452 (or 0xECF452) is known color: Paris Daisy. HEX triplet: EC, F4 and 52. RGB value is (236,244,82). Sum of RGB (Red+Green+Blue) = 236+244+82=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 82 (32.42% from 255 or 14.59% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF452 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF452 is #130BAD. Grayscale: #DFDFDF. Windows color (decimal): -1248174 or 5436652. OLE color: 5436652.
HSL color Cylindrical-coordinate representation of color #ECF452: hue angle of 62.96º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECF452 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 82 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.04 |
| HSL | 62.96º | 0.88% | 0.64% | - |
| HSV(B) | 62.96º | 0.66% | 0.96% | - |
| XYZ | 68.47 | 83.14 | 20.42 | - |
| YUV | 223.14 | 48.35 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 82 | 0.03 | 0 | 0.66 | 0.04 | 62.96 | 0.88 | 0.64 |
| Hex | EC | F4 | 52 | 3 | 0 | 42 | 4 | 3F | 58 | 40 |
| Octal | 354 | 364 | 122 | 3 | 0 | 102 | 4 | 77 | 130 | 100 |
| Binary | 11101100 | 11110100 | 1010010 | 11 | 0 | 1000010 | 100 | 111111 | 1011000 | 1000000 |
Color Harmonies of #ECF452
Complementary color
Monochromatic Colors of #ECF452
Black with #ECF452
Text Example
Text Example
White with #ECF452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF452; }
p { color: rgb(236,244,82); }
H1.HeaderClassName
{
color: #ECF452;
}
.AnyTagClassName
{
color: #ECF452;
}
</style>
background-color css
<style>
a { background-color: #ECF452; }
a { background-color: rgb(236,244,82); }
div.DivClassName
{
background-color: #ECF452;
}
.BgClassName
{
background-color: #ECF452;
}
</style>
border-color css
<style>
span { border-color: #ECF452; }
span { border-color: rgb(236,244,82); }
td.TdClassName
{
border-color: #ECF452;
}
.TagClassName
{
border-color: #ECF452;
}
</style>