Shades of Paris Daisy #EAF04D
Tints of Paris Daisy #EAF04D
RGB
CMYK
RGB Variations
Color information
#EAF04D (or 0xEAF04D) is known color: Paris Daisy. HEX triplet: EA, F0 and 4D. RGB value is (234,240,77). Sum of RGB (Red+Green+Blue) = 234+240+77=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 77 (30.47% from 255 or 13.97% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF04D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF04D is #150FB2. Grayscale: #DCDCDC. Windows color (decimal): -1380275 or 5107946. OLE color: 5107946.
HSL color Cylindrical-coordinate representation of color #EAF04D: hue angle of 62.21º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAF04D is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 77 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.06 |
| HSL | 62.21º | 0.84% | 0.62% | - |
| HSV(B) | 62.21º | 0.68% | 0.94% | - |
| XYZ | 66.43 | 80.35 | 19.03 | - |
| YUV | 219.62 | 47.51 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 77 | 0.02 | 0 | 0.68 | 0.06 | 62.21 | 0.84 | 0.62 |
| Hex | EA | F0 | 4D | 2 | 0 | 44 | 6 | 3E | 54 | 3E |
| Octal | 352 | 360 | 115 | 2 | 0 | 104 | 6 | 76 | 124 | 76 |
| Binary | 11101010 | 11110000 | 1001101 | 10 | 0 | 1000100 | 110 | 111110 | 1010100 | 111110 |
Color Harmonies of #EAF04D
Complementary color
Monochromatic Colors of #EAF04D
Black with #EAF04D
Text Example
Text Example
White with #EAF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF04D; }
p { color: rgb(234,240,77); }
H1.HeaderClassName
{
color: #EAF04D;
}
.AnyTagClassName
{
color: #EAF04D;
}
</style>
background-color css
<style>
a { background-color: #EAF04D; }
a { background-color: rgb(234,240,77); }
div.DivClassName
{
background-color: #EAF04D;
}
.BgClassName
{
background-color: #EAF04D;
}
</style>
border-color css
<style>
span { border-color: #EAF04D; }
span { border-color: rgb(234,240,77); }
td.TdClassName
{
border-color: #EAF04D;
}
.TagClassName
{
border-color: #EAF04D;
}
</style>