Shades of Paris Daisy #EAFD49
Tints of Paris Daisy #EAFD49
RGB
CMYK
RGB Variations
Color information
#EAFD49 (or 0xEAFD49) is known color: Paris Daisy. HEX triplet: EA, FD and 49. RGB value is (234,253,73). Sum of RGB (Red+Green+Blue) = 234+253+73=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 73 (28.91% from 255 or 13.04% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFD49 is #1502B6. Grayscale: #E3E3E3. Windows color (decimal): -1376951 or 4849130. OLE color: 4849130.
HSL color Cylindrical-coordinate representation of color #EAFD49: hue angle of 66.33º degrees, saturation: 0.98, 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 #EAFD49 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 73 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.01 |
| HSL | 66.33º | 0.98% | 0.64% | - |
| HSV(B) | 66.33º | 0.71% | 0.99% | - |
| XYZ | 70.26 | 88.22 | 19.63 | - |
| YUV | 226.8 | 41.21 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 73 | 0.08 | 0 | 0.71 | 0.01 | 66.33 | 0.98 | 0.64 |
| Hex | EA | FD | 49 | 8 | 0 | 47 | 1 | 42 | 62 | 40 |
| Octal | 352 | 375 | 111 | 10 | 0 | 107 | 1 | 102 | 142 | 100 |
| Binary | 11101010 | 11111101 | 1001001 | 1000 | 0 | 1000111 | 1 | 1000010 | 1100010 | 1000000 |
Color Harmonies of #EAFD49
Complementary color
Monochromatic Colors of #EAFD49
Black with #EAFD49
Text Example
Text Example
White with #EAFD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFD49; }
p { color: rgb(234,253,73); }
H1.HeaderClassName
{
color: #EAFD49;
}
.AnyTagClassName
{
color: #EAFD49;
}
</style>
background-color css
<style>
a { background-color: #EAFD49; }
a { background-color: rgb(234,253,73); }
div.DivClassName
{
background-color: #EAFD49;
}
.BgClassName
{
background-color: #EAFD49;
}
</style>
border-color css
<style>
span { border-color: #EAFD49; }
span { border-color: rgb(234,253,73); }
td.TdClassName
{
border-color: #EAFD49;
}
.TagClassName
{
border-color: #EAFD49;
}
</style>