Shades of Paris Daisy #EAFC4C
Tints of Paris Daisy #EAFC4C
RGB
CMYK
RGB Variations
Color information
#EAFC4C (or 0xEAFC4C) is known color: Paris Daisy. HEX triplet: EA, FC and 4C. RGB value is (234,252,76). Sum of RGB (Red+Green+Blue) = 234+252+76=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 76 (30.08% from 255 or 13.52% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFC4C is #1503B3. Grayscale: #E3E3E3. Windows color (decimal): -1377204 or 5045482. OLE color: 5045482.
HSL color Cylindrical-coordinate representation of color #EAFC4C: hue angle of 66.14º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAFC4C is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 76 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.01 |
| HSL | 66.14º | 0.97% | 0.64% | - |
| HSV(B) | 66.14º | 0.7% | 0.99% | - |
| XYZ | 70.05 | 87.64 | 20.06 | - |
| YUV | 226.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 76 | 0.07 | 0 | 0.70 | 0.01 | 66.14 | 0.97 | 0.64 |
| Hex | EA | FC | 4C | 7 | 0 | 46 | 1 | 42 | 61 | 40 |
| Octal | 352 | 374 | 114 | 7 | 0 | 106 | 1 | 102 | 141 | 100 |
| Binary | 11101010 | 11111100 | 1001100 | 111 | 0 | 1000110 | 1 | 1000010 | 1100001 | 1000000 |
Color Harmonies of #EAFC4C
Complementary color
Monochromatic Colors of #EAFC4C
Black with #EAFC4C
Text Example
Text Example
White with #EAFC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC4C; }
p { color: rgb(234,252,76); }
H1.HeaderClassName
{
color: #EAFC4C;
}
.AnyTagClassName
{
color: #EAFC4C;
}
</style>
background-color css
<style>
a { background-color: #EAFC4C; }
a { background-color: rgb(234,252,76); }
div.DivClassName
{
background-color: #EAFC4C;
}
.BgClassName
{
background-color: #EAFC4C;
}
</style>
border-color css
<style>
span { border-color: #EAFC4C; }
span { border-color: rgb(234,252,76); }
td.TdClassName
{
border-color: #EAFC4C;
}
.TagClassName
{
border-color: #EAFC4C;
}
</style>