Shades of Paris Daisy #ECF54B
Tints of Paris Daisy #ECF54B
RGB
CMYK
RGB Variations
Color information
#ECF54B (or 0xECF54B) is known color: Paris Daisy. HEX triplet: EC, F5 and 4B. RGB value is (236,245,75). Sum of RGB (Red+Green+Blue) = 236+245+75=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 75 (29.69% from 255 or 13.49% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF54B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF54B is #130AB4. Grayscale: #DFDFDF. Windows color (decimal): -1247925 or 4978156. OLE color: 4978156.
HSL color Cylindrical-coordinate representation of color #ECF54B: hue angle of 63.18º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECF54B is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 75 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.04 |
| HSL | 63.18º | 0.89% | 0.63% | - |
| HSV(B) | 63.18º | 0.69% | 0.96% | - |
| XYZ | 68.51 | 83.65 | 19.19 | - |
| YUV | 222.93 | 44.52 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 75 | 0.04 | 0 | 0.69 | 0.04 | 63.18 | 0.89 | 0.63 |
| Hex | EC | F5 | 4B | 4 | 0 | 45 | 4 | 3F | 59 | 3F |
| Octal | 354 | 365 | 113 | 4 | 0 | 105 | 4 | 77 | 131 | 77 |
| Binary | 11101100 | 11110101 | 1001011 | 100 | 0 | 1000101 | 100 | 111111 | 1011001 | 111111 |
Color Harmonies of #ECF54B
Complementary color
Monochromatic Colors of #ECF54B
Black with #ECF54B
Text Example
Text Example
White with #ECF54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF54B; }
p { color: rgb(236,245,75); }
H1.HeaderClassName
{
color: #ECF54B;
}
.AnyTagClassName
{
color: #ECF54B;
}
</style>
background-color css
<style>
a { background-color: #ECF54B; }
a { background-color: rgb(236,245,75); }
div.DivClassName
{
background-color: #ECF54B;
}
.BgClassName
{
background-color: #ECF54B;
}
</style>
border-color css
<style>
span { border-color: #ECF54B; }
span { border-color: rgb(236,245,75); }
td.TdClassName
{
border-color: #ECF54B;
}
.TagClassName
{
border-color: #ECF54B;
}
</style>