Shades of Paris Daisy #EAF94D
Tints of Paris Daisy #EAF94D
RGB
CMYK
RGB Variations
Color information
#EAF94D (or 0xEAF94D) is known color: Paris Daisy. HEX triplet: EA, F9 and 4D. RGB value is (234,249,77). Sum of RGB (Red+Green+Blue) = 234+249+77=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 77 (30.47% from 255 or 13.75% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF94D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF94D is #1506B2. Grayscale: #E1E1E1. Windows color (decimal): -1377971 or 5110250. OLE color: 5110250.
HSL color Cylindrical-coordinate representation of color #EAF94D: hue angle of 65.23º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAF94D is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 249 | 77 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.02 |
| HSL | 65.23º | 0.93% | 0.64% | - |
| HSV(B) | 65.23º | 0.69% | 0.98% | - |
| XYZ | 69.15 | 85.78 | 19.93 | - |
| YUV | 224.91 | 44.53 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 249 | 77 | 0.06 | 0 | 0.69 | 0.02 | 65.23 | 0.93 | 0.64 |
| Hex | EA | F9 | 4D | 6 | 0 | 45 | 2 | 41 | 5D | 40 |
| Octal | 352 | 371 | 115 | 6 | 0 | 105 | 2 | 101 | 135 | 100 |
| Binary | 11101010 | 11111001 | 1001101 | 110 | 0 | 1000101 | 10 | 1000001 | 1011101 | 1000000 |
Color Harmonies of #EAF94D
Complementary color
Monochromatic Colors of #EAF94D
Black with #EAF94D
Text Example
Text Example
White with #EAF94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF94D; }
p { color: rgb(234,249,77); }
H1.HeaderClassName
{
color: #EAF94D;
}
.AnyTagClassName
{
color: #EAF94D;
}
</style>
background-color css
<style>
a { background-color: #EAF94D; }
a { background-color: rgb(234,249,77); }
div.DivClassName
{
background-color: #EAF94D;
}
.BgClassName
{
background-color: #EAF94D;
}
</style>
border-color css
<style>
span { border-color: #EAF94D; }
span { border-color: rgb(234,249,77); }
td.TdClassName
{
border-color: #EAF94D;
}
.TagClassName
{
border-color: #EAF94D;
}
</style>