Shades of Paris Daisy #EAFC4A
Tints of Paris Daisy #EAFC4A
RGB
CMYK
RGB Variations
Color information
#EAFC4A (or 0xEAFC4A) is known color: Paris Daisy. HEX triplet: EA, FC and 4A. RGB value is (234,252,74). Sum of RGB (Red+Green+Blue) = 234+252+74=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 74 (29.30% from 255 or 13.21% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFC4A is #1503B5. Grayscale: #E3E3E3. Windows color (decimal): -1377206 or 4914410. OLE color: 4914410.
HSL color Cylindrical-coordinate representation of color #EAFC4A: hue angle of 66.07º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAFC4A is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 74 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.01 |
| HSL | 66.07º | 0.97% | 0.64% | - |
| HSV(B) | 66.07º | 0.71% | 0.99% | - |
| XYZ | 69.98 | 87.61 | 19.7 | - |
| YUV | 226.33 | 42.04 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 74 | 0.07 | 0 | 0.71 | 0.01 | 66.07 | 0.97 | 0.64 |
| Hex | EA | FC | 4A | 7 | 0 | 47 | 1 | 42 | 61 | 40 |
| Octal | 352 | 374 | 112 | 7 | 0 | 107 | 1 | 102 | 141 | 100 |
| Binary | 11101010 | 11111100 | 1001010 | 111 | 0 | 1000111 | 1 | 1000010 | 1100001 | 1000000 |
Color Harmonies of #EAFC4A
Complementary color
Monochromatic Colors of #EAFC4A
Black with #EAFC4A
Text Example
Text Example
White with #EAFC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC4A; }
p { color: rgb(234,252,74); }
H1.HeaderClassName
{
color: #EAFC4A;
}
.AnyTagClassName
{
color: #EAFC4A;
}
</style>
background-color css
<style>
a { background-color: #EAFC4A; }
a { background-color: rgb(234,252,74); }
div.DivClassName
{
background-color: #EAFC4A;
}
.BgClassName
{
background-color: #EAFC4A;
}
</style>
border-color css
<style>
span { border-color: #EAFC4A; }
span { border-color: rgb(234,252,74); }
td.TdClassName
{
border-color: #EAFC4A;
}
.TagClassName
{
border-color: #EAFC4A;
}
</style>