Shades of Paris Daisy #ECF252
Tints of Paris Daisy #ECF252
RGB
CMYK
RGB Variations
Color information
#ECF252 (or 0xECF252) is known color: Paris Daisy. HEX triplet: EC, F2 and 52. RGB value is (236,242,82). Sum of RGB (Red+Green+Blue) = 236+242+82=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 82 (32.42% from 255 or 14.64% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF252 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF252 is #130DAD. Grayscale: #DEDEDE. Windows color (decimal): -1248686 or 5436140. OLE color: 5436140.
HSL color Cylindrical-coordinate representation of color #ECF252: hue angle of 62.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECF252 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 82 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.05 |
| HSL | 62.25º | 0.86% | 0.64% | - |
| HSV(B) | 62.25º | 0.66% | 0.95% | - |
| XYZ | 67.87 | 81.95 | 20.22 | - |
| YUV | 221.97 | 49.01 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 82 | 0.02 | 0 | 0.66 | 0.05 | 62.25 | 0.86 | 0.64 |
| Hex | EC | F2 | 52 | 2 | 0 | 42 | 5 | 3E | 56 | 40 |
| Octal | 354 | 362 | 122 | 2 | 0 | 102 | 5 | 76 | 126 | 100 |
| Binary | 11101100 | 11110010 | 1010010 | 10 | 0 | 1000010 | 101 | 111110 | 1010110 | 1000000 |
Color Harmonies of #ECF252
Complementary color
Monochromatic Colors of #ECF252
Black with #ECF252
Text Example
Text Example
White with #ECF252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF252; }
p { color: rgb(236,242,82); }
H1.HeaderClassName
{
color: #ECF252;
}
.AnyTagClassName
{
color: #ECF252;
}
</style>
background-color css
<style>
a { background-color: #ECF252; }
a { background-color: rgb(236,242,82); }
div.DivClassName
{
background-color: #ECF252;
}
.BgClassName
{
background-color: #ECF252;
}
</style>
border-color css
<style>
span { border-color: #ECF252; }
span { border-color: rgb(236,242,82); }
td.TdClassName
{
border-color: #ECF252;
}
.TagClassName
{
border-color: #ECF252;
}
</style>