Shades of Paris Daisy #ECFE4B
Tints of Paris Daisy #ECFE4B
RGB
CMYK
RGB Variations
Color information
#ECFE4B (or 0xECFE4B) is known color: Paris Daisy. HEX triplet: EC, FE and 4B. RGB value is (236,254,75). Sum of RGB (Red+Green+Blue) = 236+254+75=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 75 (29.69% from 255 or 13.27% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFE4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFE4B is #1301B4. Grayscale: #E4E4E4. Windows color (decimal): -1245621 or 4980460. OLE color: 4980460.
HSL color Cylindrical-coordinate representation of color #ECFE4B: hue angle of 66.03º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECFE4B is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 75 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.00 |
| HSL | 66.03º | 0.99% | 0.65% | - |
| HSV(B) | 66.03º | 0.7% | 1% | - |
| XYZ | 71.3 | 89.22 | 20.12 | - |
| YUV | 228.21 | 41.54 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 75 | 0.07 | 0 | 0.70 | 0.00 | 66.03 | 0.99 | 0.65 |
| Hex | EC | FE | 4B | 7 | 0 | 46 | 0 | 42 | 63 | 41 |
| Octal | 354 | 376 | 113 | 7 | 0 | 106 | 0 | 102 | 143 | 101 |
| Binary | 11101100 | 11111110 | 1001011 | 111 | 0 | 1000110 | 0 | 1000010 | 1100011 | 1000001 |
Color Harmonies of #ECFE4B
Complementary color
Monochromatic Colors of #ECFE4B
Black with #ECFE4B
Text Example
Text Example
White with #ECFE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFE4B; }
p { color: rgb(236,254,75); }
H1.HeaderClassName
{
color: #ECFE4B;
}
.AnyTagClassName
{
color: #ECFE4B;
}
</style>
background-color css
<style>
a { background-color: #ECFE4B; }
a { background-color: rgb(236,254,75); }
div.DivClassName
{
background-color: #ECFE4B;
}
.BgClassName
{
background-color: #ECFE4B;
}
</style>
border-color css
<style>
span { border-color: #ECFE4B; }
span { border-color: rgb(236,254,75); }
td.TdClassName
{
border-color: #ECFE4B;
}
.TagClassName
{
border-color: #ECFE4B;
}
</style>