Shades of Paris Daisy #EAFF40
Tints of Paris Daisy #EAFF40
RGB
CMYK
RGB Variations
Color information
#EAFF40 (or 0xEAFF40) is known color: Paris Daisy. HEX triplet: EA, FF and 40. RGB value is (234,255,64). Sum of RGB (Red+Green+Blue) = 234+255+64=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 64 (25.39% from 255 or 11.57% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFF40 is #1500BF. Grayscale: #E3E3E3. Windows color (decimal): -1376448 or 4259818. OLE color: 4259818.
HSL color Cylindrical-coordinate representation of color #EAFF40: hue angle of 66.6º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAFF40 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 64 | - |
| CMYK | 0.08 | 0 | 0.75 | 0 |
| HSL | 66.6º | 1% | 0.63% | - |
| HSV(B) | 66.6º | 0.75% | 1% | - |
| XYZ | 70.62 | 89.38 | 18.38 | - |
| YUV | 226.95 | 36.04 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 64 | 0.08 | 0 | 0.75 | 0 | 66.6 | 1 | 0.63 |
| Hex | EA | FF | 40 | 8 | 0 | 4B | 0 | 43 | 64 | 3F |
| Octal | 352 | 377 | 100 | 10 | 0 | 113 | 0 | 103 | 144 | 77 |
| Binary | 11101010 | 11111111 | 1000000 | 1000 | 0 | 1001011 | 0 | 1000011 | 1100100 | 111111 |
Color Harmonies of #EAFF40
Complementary color
Monochromatic Colors of #EAFF40
Black with #EAFF40
Text Example
Text Example
White with #EAFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFF40; }
p { color: rgb(234,255,64); }
H1.HeaderClassName
{
color: #EAFF40;
}
.AnyTagClassName
{
color: #EAFF40;
}
</style>
background-color css
<style>
a { background-color: #EAFF40; }
a { background-color: rgb(234,255,64); }
div.DivClassName
{
background-color: #EAFF40;
}
.BgClassName
{
background-color: #EAFF40;
}
</style>
border-color css
<style>
span { border-color: #EAFF40; }
span { border-color: rgb(234,255,64); }
td.TdClassName
{
border-color: #EAFF40;
}
.TagClassName
{
border-color: #EAFF40;
}
</style>