Shades of Paris Daisy #ECF14B
Tints of Paris Daisy #ECF14B
RGB
CMYK
RGB Variations
Color information
#ECF14B (or 0xECF14B) is known color: Paris Daisy. HEX triplet: EC, F1 and 4B. RGB value is (236,241,75). Sum of RGB (Red+Green+Blue) = 236+241+75=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 75 (29.69% from 255 or 13.59% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF14B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF14B is #130EB4. Grayscale: #DDDDDD. Windows color (decimal): -1248949 or 4977132. OLE color: 4977132.
HSL color Cylindrical-coordinate representation of color #ECF14B: hue angle of 61.81º 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 #ECF14B is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 75 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.05 |
| HSL | 61.81º | 0.86% | 0.62% | - |
| HSV(B) | 61.81º | 0.69% | 0.95% | - |
| XYZ | 67.32 | 81.25 | 18.79 | - |
| YUV | 220.58 | 45.84 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 75 | 0.02 | 0 | 0.69 | 0.05 | 61.81 | 0.86 | 0.62 |
| Hex | EC | F1 | 4B | 2 | 0 | 45 | 5 | 3E | 56 | 3E |
| Octal | 354 | 361 | 113 | 2 | 0 | 105 | 5 | 76 | 126 | 76 |
| Binary | 11101100 | 11110001 | 1001011 | 10 | 0 | 1000101 | 101 | 111110 | 1010110 | 111110 |
Color Harmonies of #ECF14B
Complementary color
Monochromatic Colors of #ECF14B
Black with #ECF14B
Text Example
Text Example
White with #ECF14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF14B; }
p { color: rgb(236,241,75); }
H1.HeaderClassName
{
color: #ECF14B;
}
.AnyTagClassName
{
color: #ECF14B;
}
</style>
background-color css
<style>
a { background-color: #ECF14B; }
a { background-color: rgb(236,241,75); }
div.DivClassName
{
background-color: #ECF14B;
}
.BgClassName
{
background-color: #ECF14B;
}
</style>
border-color css
<style>
span { border-color: #ECF14B; }
span { border-color: rgb(236,241,75); }
td.TdClassName
{
border-color: #ECF14B;
}
.TagClassName
{
border-color: #ECF14B;
}
</style>