Shades of Paris Daisy #EAF940
Tints of Paris Daisy #EAF940
RGB
CMYK
RGB Variations
Color information
#EAF940 (or 0xEAF940) is known color: Paris Daisy. HEX triplet: EA, F9 and 40. RGB value is (234,249,64). Sum of RGB (Red+Green+Blue) = 234+249+64=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 64 (25.39% from 255 or 11.70% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF940 is #1506BF. Grayscale: #E0E0E0. Windows color (decimal): -1377984 or 4258282. OLE color: 4258282.
HSL color Cylindrical-coordinate representation of color #EAF940: hue angle of 64.86º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAF940 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 249 | 64 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.02 |
| HSL | 64.86º | 0.94% | 0.61% | - |
| HSV(B) | 64.86º | 0.74% | 0.98% | - |
| XYZ | 68.73 | 85.61 | 17.75 | - |
| YUV | 223.43 | 38.03 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 249 | 64 | 0.06 | 0 | 0.74 | 0.02 | 64.86 | 0.94 | 0.61 |
| Hex | EA | F9 | 40 | 6 | 0 | 4A | 2 | 41 | 5E | 3D |
| Octal | 352 | 371 | 100 | 6 | 0 | 112 | 2 | 101 | 136 | 75 |
| Binary | 11101010 | 11111001 | 1000000 | 110 | 0 | 1001010 | 10 | 1000001 | 1011110 | 111101 |
Color Harmonies of #EAF940
Complementary color
Monochromatic Colors of #EAF940
Black with #EAF940
Text Example
Text Example
White with #EAF940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF940; }
p { color: rgb(234,249,64); }
H1.HeaderClassName
{
color: #EAF940;
}
.AnyTagClassName
{
color: #EAF940;
}
</style>
background-color css
<style>
a { background-color: #EAF940; }
a { background-color: rgb(234,249,64); }
div.DivClassName
{
background-color: #EAF940;
}
.BgClassName
{
background-color: #EAF940;
}
</style>
border-color css
<style>
span { border-color: #EAF940; }
span { border-color: rgb(234,249,64); }
td.TdClassName
{
border-color: #EAF940;
}
.TagClassName
{
border-color: #EAF940;
}
</style>