Shades of Paris Daisy #ECF93E
Tints of Paris Daisy #ECF93E
RGB
CMYK
RGB Variations
Color information
#ECF93E (or 0xECF93E) is known color: Paris Daisy. HEX triplet: EC, F9 and 3E. RGB value is (236,249,62). Sum of RGB (Red+Green+Blue) = 236+249+62=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 62 (24.61% from 255 or 11.33% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF93E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF93E is #1306C1. Grayscale: #E0E0E0. Windows color (decimal): -1246914 or 4127212. OLE color: 4127212.
HSL color Cylindrical-coordinate representation of color #ECF93E: hue angle of 64.17º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECF93E is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 62 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.02 |
| HSL | 64.17º | 0.94% | 0.61% | - |
| HSV(B) | 64.17º | 0.75% | 0.98% | - |
| XYZ | 69.34 | 85.93 | 17.49 | - |
| YUV | 223.8 | 36.69 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 62 | 0.05 | 0 | 0.75 | 0.02 | 64.17 | 0.94 | 0.61 |
| Hex | EC | F9 | 3E | 5 | 0 | 4B | 2 | 40 | 5E | 3D |
| Octal | 354 | 371 | 76 | 5 | 0 | 113 | 2 | 100 | 136 | 75 |
| Binary | 11101100 | 11111001 | 111110 | 101 | 0 | 1001011 | 10 | 1000000 | 1011110 | 111101 |
Color Harmonies of #ECF93E
Complementary color
Monochromatic Colors of #ECF93E
Black with #ECF93E
Text Example
Text Example
White with #ECF93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF93E; }
p { color: rgb(236,249,62); }
H1.HeaderClassName
{
color: #ECF93E;
}
.AnyTagClassName
{
color: #ECF93E;
}
</style>
background-color css
<style>
a { background-color: #ECF93E; }
a { background-color: rgb(236,249,62); }
div.DivClassName
{
background-color: #ECF93E;
}
.BgClassName
{
background-color: #ECF93E;
}
</style>
border-color css
<style>
span { border-color: #ECF93E; }
span { border-color: rgb(236,249,62); }
td.TdClassName
{
border-color: #ECF93E;
}
.TagClassName
{
border-color: #ECF93E;
}
</style>