Shades of Paris Daisy #EAF14D
Tints of Paris Daisy #EAF14D
RGB
CMYK
RGB Variations
Color information
#EAF14D (or 0xEAF14D) is known color: Paris Daisy. HEX triplet: EA, F1 and 4D. RGB value is (234,241,77). Sum of RGB (Red+Green+Blue) = 234+241+77=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 77 (30.47% from 255 or 13.95% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF14D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF14D is #150EB2. Grayscale: #DCDCDC. Windows color (decimal): -1380019 or 5108202. OLE color: 5108202.
HSL color Cylindrical-coordinate representation of color #EAF14D: hue angle of 62.56º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAF14D is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 77 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.05 |
| HSL | 62.56º | 0.85% | 0.62% | - |
| HSV(B) | 62.56º | 0.68% | 0.95% | - |
| XYZ | 66.73 | 80.94 | 19.13 | - |
| YUV | 220.21 | 47.18 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 77 | 0.03 | 0 | 0.68 | 0.05 | 62.56 | 0.85 | 0.62 |
| Hex | EA | F1 | 4D | 3 | 0 | 44 | 5 | 3F | 55 | 3E |
| Octal | 352 | 361 | 115 | 3 | 0 | 104 | 5 | 77 | 125 | 76 |
| Binary | 11101010 | 11110001 | 1001101 | 11 | 0 | 1000100 | 101 | 111111 | 1010101 | 111110 |
Color Harmonies of #EAF14D
Complementary color
Monochromatic Colors of #EAF14D
Black with #EAF14D
Text Example
Text Example
White with #EAF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF14D; }
p { color: rgb(234,241,77); }
H1.HeaderClassName
{
color: #EAF14D;
}
.AnyTagClassName
{
color: #EAF14D;
}
</style>
background-color css
<style>
a { background-color: #EAF14D; }
a { background-color: rgb(234,241,77); }
div.DivClassName
{
background-color: #EAF14D;
}
.BgClassName
{
background-color: #EAF14D;
}
</style>
border-color css
<style>
span { border-color: #EAF14D; }
span { border-color: rgb(234,241,77); }
td.TdClassName
{
border-color: #EAF14D;
}
.TagClassName
{
border-color: #EAF14D;
}
</style>