Shades of Paris Daisy #EAFD40
Tints of Paris Daisy #EAFD40
RGB
CMYK
RGB Variations
Color information
#EAFD40 (or 0xEAFD40) is known color: Paris Daisy. HEX triplet: EA, FD and 40. RGB value is (234,253,64). Sum of RGB (Red+Green+Blue) = 234+253+64=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 64 (25.39% from 255 or 11.62% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFD40 is #1502BF. Grayscale: #E2E2E2. Windows color (decimal): -1376960 or 4259306. OLE color: 4259306.
HSL color Cylindrical-coordinate representation of color #EAFD40: hue angle of 66.03º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAFD40 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 64 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.01 |
| HSL | 66.03º | 0.98% | 0.62% | - |
| HSV(B) | 66.03º | 0.75% | 0.99% | - |
| XYZ | 69.98 | 88.11 | 18.17 | - |
| YUV | 225.77 | 36.71 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 64 | 0.08 | 0 | 0.75 | 0.01 | 66.03 | 0.98 | 0.62 |
| Hex | EA | FD | 40 | 8 | 0 | 4B | 1 | 42 | 62 | 3E |
| Octal | 352 | 375 | 100 | 10 | 0 | 113 | 1 | 102 | 142 | 76 |
| Binary | 11101010 | 11111101 | 1000000 | 1000 | 0 | 1001011 | 1 | 1000010 | 1100010 | 111110 |
Color Harmonies of #EAFD40
Complementary color
Monochromatic Colors of #EAFD40
Black with #EAFD40
Text Example
Text Example
White with #EAFD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFD40; }
p { color: rgb(234,253,64); }
H1.HeaderClassName
{
color: #EAFD40;
}
.AnyTagClassName
{
color: #EAFD40;
}
</style>
background-color css
<style>
a { background-color: #EAFD40; }
a { background-color: rgb(234,253,64); }
div.DivClassName
{
background-color: #EAFD40;
}
.BgClassName
{
background-color: #EAFD40;
}
</style>
border-color css
<style>
span { border-color: #EAFD40; }
span { border-color: rgb(234,253,64); }
td.TdClassName
{
border-color: #EAFD40;
}
.TagClassName
{
border-color: #EAFD40;
}
</style>