Shades of Paris Daisy #EAF04C
Tints of Paris Daisy #EAF04C
RGB
CMYK
RGB Variations
Color information
#EAF04C (or 0xEAF04C) is known color: Paris Daisy. HEX triplet: EA, F0 and 4C. RGB value is (234,240,76). Sum of RGB (Red+Green+Blue) = 234+240+76=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 76 (30.08% from 255 or 13.82% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF04C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF04C is #150FB3. Grayscale: #DCDCDC. Windows color (decimal): -1380276 or 5042410. OLE color: 5042410.
HSL color Cylindrical-coordinate representation of color #EAF04C: hue angle of 62.2º degrees, saturation: 0.85, 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 #EAF04C is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 76 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.06 |
| HSL | 62.2º | 0.85% | 0.62% | - |
| HSV(B) | 62.2º | 0.68% | 0.94% | - |
| XYZ | 66.4 | 80.33 | 18.84 | - |
| YUV | 219.51 | 47.01 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 76 | 0.02 | 0 | 0.68 | 0.06 | 62.2 | 0.85 | 0.62 |
| Hex | EA | F0 | 4C | 2 | 0 | 44 | 6 | 3E | 55 | 3E |
| Octal | 352 | 360 | 114 | 2 | 0 | 104 | 6 | 76 | 125 | 76 |
| Binary | 11101010 | 11110000 | 1001100 | 10 | 0 | 1000100 | 110 | 111110 | 1010101 | 111110 |
Color Harmonies of #EAF04C
Complementary color
Monochromatic Colors of #EAF04C
Black with #EAF04C
Text Example
Text Example
White with #EAF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF04C; }
p { color: rgb(234,240,76); }
H1.HeaderClassName
{
color: #EAF04C;
}
.AnyTagClassName
{
color: #EAF04C;
}
</style>
background-color css
<style>
a { background-color: #EAF04C; }
a { background-color: rgb(234,240,76); }
div.DivClassName
{
background-color: #EAF04C;
}
.BgClassName
{
background-color: #EAF04C;
}
</style>
border-color css
<style>
span { border-color: #EAF04C; }
span { border-color: rgb(234,240,76); }
td.TdClassName
{
border-color: #EAF04C;
}
.TagClassName
{
border-color: #EAF04C;
}
</style>