Shades of Paris Daisy #EAF44D
Tints of Paris Daisy #EAF44D
RGB
CMYK
RGB Variations
Color information
#EAF44D (or 0xEAF44D) is known color: Paris Daisy. HEX triplet: EA, F4 and 4D. RGB value is (234,244,77). Sum of RGB (Red+Green+Blue) = 234+244+77=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 77 (30.47% from 255 or 13.87% from 555); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF44D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF44D is #150BB2. Grayscale: #DEDEDE. Windows color (decimal): -1379251 or 5108970. OLE color: 5108970.
HSL color Cylindrical-coordinate representation of color #EAF44D: hue angle of 63.59º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAF44D is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 244 | 77 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.04 |
| HSL | 63.59º | 0.88% | 0.63% | - |
| HSV(B) | 63.59º | 0.68% | 0.96% | - |
| XYZ | 67.62 | 82.73 | 19.43 | - |
| YUV | 221.97 | 46.19 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 244 | 77 | 0.04 | 0 | 0.68 | 0.04 | 63.59 | 0.88 | 0.63 |
| Hex | EA | F4 | 4D | 4 | 0 | 44 | 4 | 40 | 58 | 3F |
| Octal | 352 | 364 | 115 | 4 | 0 | 104 | 4 | 100 | 130 | 77 |
| Binary | 11101010 | 11110100 | 1001101 | 100 | 0 | 1000100 | 100 | 1000000 | 1011000 | 111111 |
Color Harmonies of #EAF44D
Complementary color
Monochromatic Colors of #EAF44D
Black with #EAF44D
Text Example
Text Example
White with #EAF44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF44D; }
p { color: rgb(234,244,77); }
H1.HeaderClassName
{
color: #EAF44D;
}
.AnyTagClassName
{
color: #EAF44D;
}
</style>
background-color css
<style>
a { background-color: #EAF44D; }
a { background-color: rgb(234,244,77); }
div.DivClassName
{
background-color: #EAF44D;
}
.BgClassName
{
background-color: #EAF44D;
}
</style>
border-color css
<style>
span { border-color: #EAF44D; }
span { border-color: rgb(234,244,77); }
td.TdClassName
{
border-color: #EAF44D;
}
.TagClassName
{
border-color: #EAF44D;
}
</style>