Shades of Paris Daisy #EAF24D
Tints of Paris Daisy #EAF24D
RGB
CMYK
RGB Variations
Color information
#EAF24D (or 0xEAF24D) is known color: Paris Daisy. HEX triplet: EA, F2 and 4D. RGB value is (234,242,77). Sum of RGB (Red+Green+Blue) = 234+242+77=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 77 (30.47% from 255 or 13.92% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF24D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF24D is #150DB2. Grayscale: #DDDDDD. Windows color (decimal): -1379763 or 5108458. OLE color: 5108458.
HSL color Cylindrical-coordinate representation of color #EAF24D: hue angle of 62.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAF24D is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 77 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.05 |
| HSL | 62.91º | 0.86% | 0.63% | - |
| HSV(B) | 62.91º | 0.68% | 0.95% | - |
| XYZ | 67.02 | 81.53 | 19.23 | - |
| YUV | 220.8 | 46.85 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 77 | 0.03 | 0 | 0.68 | 0.05 | 62.91 | 0.86 | 0.63 |
| Hex | EA | F2 | 4D | 3 | 0 | 44 | 5 | 3F | 56 | 3F |
| Octal | 352 | 362 | 115 | 3 | 0 | 104 | 5 | 77 | 126 | 77 |
| Binary | 11101010 | 11110010 | 1001101 | 11 | 0 | 1000100 | 101 | 111111 | 1010110 | 111111 |
Color Harmonies of #EAF24D
Complementary color
Monochromatic Colors of #EAF24D
Black with #EAF24D
Text Example
Text Example
White with #EAF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF24D; }
p { color: rgb(234,242,77); }
H1.HeaderClassName
{
color: #EAF24D;
}
.AnyTagClassName
{
color: #EAF24D;
}
</style>
background-color css
<style>
a { background-color: #EAF24D; }
a { background-color: rgb(234,242,77); }
div.DivClassName
{
background-color: #EAF24D;
}
.BgClassName
{
background-color: #EAF24D;
}
</style>
border-color css
<style>
span { border-color: #EAF24D; }
span { border-color: rgb(234,242,77); }
td.TdClassName
{
border-color: #EAF24D;
}
.TagClassName
{
border-color: #EAF24D;
}
</style>