Shades of Paris Daisy #EAF34E
Tints of Paris Daisy #EAF34E
RGB
CMYK
RGB Variations
Color information
#EAF34E (or 0xEAF34E) is known color: Paris Daisy. HEX triplet: EA, F3 and 4E. RGB value is (234,243,78). Sum of RGB (Red+Green+Blue) = 234+243+78=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 78 (30.86% from 255 or 14.05% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF34E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF34E is #150CB1. Grayscale: #DEDEDE. Windows color (decimal): -1379506 or 5174250. OLE color: 5174250.
HSL color Cylindrical-coordinate representation of color #EAF34E: hue angle of 63.27º degrees, saturation: 0.87, 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 #EAF34E is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 78 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.05 |
| HSL | 63.27º | 0.87% | 0.63% | - |
| HSV(B) | 63.27º | 0.68% | 0.95% | - |
| XYZ | 67.36 | 82.14 | 19.51 | - |
| YUV | 221.5 | 47.02 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 78 | 0.04 | 0 | 0.68 | 0.05 | 63.27 | 0.87 | 0.63 |
| Hex | EA | F3 | 4E | 4 | 0 | 44 | 5 | 3F | 57 | 3F |
| Octal | 352 | 363 | 116 | 4 | 0 | 104 | 5 | 77 | 127 | 77 |
| Binary | 11101010 | 11110011 | 1001110 | 100 | 0 | 1000100 | 101 | 111111 | 1010111 | 111111 |
Color Harmonies of #EAF34E
Complementary color
Monochromatic Colors of #EAF34E
Black with #EAF34E
Text Example
Text Example
White with #EAF34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF34E; }
p { color: rgb(234,243,78); }
H1.HeaderClassName
{
color: #EAF34E;
}
.AnyTagClassName
{
color: #EAF34E;
}
</style>
background-color css
<style>
a { background-color: #EAF34E; }
a { background-color: rgb(234,243,78); }
div.DivClassName
{
background-color: #EAF34E;
}
.BgClassName
{
background-color: #EAF34E;
}
</style>
border-color css
<style>
span { border-color: #EAF34E; }
span { border-color: rgb(234,243,78); }
td.TdClassName
{
border-color: #EAF34E;
}
.TagClassName
{
border-color: #EAF34E;
}
</style>