Shades of Paris Daisy #EAF750
Tints of Paris Daisy #EAF750
RGB
CMYK
RGB Variations
Color information
#EAF750 (or 0xEAF750) is known color: Paris Daisy. HEX triplet: EA, F7 and 50. RGB value is (234,247,80). Sum of RGB (Red+Green+Blue) = 234+247+80=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 80 (31.64% from 255 or 14.26% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF750 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF750 is #1508AF. Grayscale: #E0E0E0. Windows color (decimal): -1378480 or 5306346. OLE color: 5306346.
HSL color Cylindrical-coordinate representation of color #EAF750: hue angle of 64.67º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAF750 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 80 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.03 |
| HSL | 64.67º | 0.91% | 0.64% | - |
| HSV(B) | 64.67º | 0.68% | 0.97% | - |
| XYZ | 68.64 | 84.59 | 20.3 | - |
| YUV | 224.08 | 46.69 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 80 | 0.05 | 0 | 0.68 | 0.03 | 64.67 | 0.91 | 0.64 |
| Hex | EA | F7 | 50 | 5 | 0 | 44 | 3 | 41 | 5B | 40 |
| Octal | 352 | 367 | 120 | 5 | 0 | 104 | 3 | 101 | 133 | 100 |
| Binary | 11101010 | 11110111 | 1010000 | 101 | 0 | 1000100 | 11 | 1000001 | 1011011 | 1000000 |
Color Harmonies of #EAF750
Complementary color
Monochromatic Colors of #EAF750
Black with #EAF750
Text Example
Text Example
White with #EAF750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF750; }
p { color: rgb(234,247,80); }
H1.HeaderClassName
{
color: #EAF750;
}
.AnyTagClassName
{
color: #EAF750;
}
</style>
background-color css
<style>
a { background-color: #EAF750; }
a { background-color: rgb(234,247,80); }
div.DivClassName
{
background-color: #EAF750;
}
.BgClassName
{
background-color: #EAF750;
}
</style>
border-color css
<style>
span { border-color: #EAF750; }
span { border-color: rgb(234,247,80); }
td.TdClassName
{
border-color: #EAF750;
}
.TagClassName
{
border-color: #EAF750;
}
</style>