Shades of Paris Daisy #EAF250
Tints of Paris Daisy #EAF250
RGB
CMYK
RGB Variations
Color information
#EAF250 (or 0xEAF250) is known color: Paris Daisy. HEX triplet: EA, F2 and 50. RGB value is (234,242,80). Sum of RGB (Red+Green+Blue) = 234+242+80=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 80 (31.64% from 255 or 14.39% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF250 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF250 is #150DAF. Grayscale: #DDDDDD. Windows color (decimal): -1379760 or 5305066. OLE color: 5305066.
HSL color Cylindrical-coordinate representation of color #EAF250: hue angle of 62.96º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAF250 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 80 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.05 |
| HSL | 62.96º | 0.86% | 0.63% | - |
| HSV(B) | 62.96º | 0.67% | 0.95% | - |
| XYZ | 67.13 | 81.58 | 19.8 | - |
| YUV | 221.14 | 48.35 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 80 | 0.03 | 0 | 0.67 | 0.05 | 62.96 | 0.86 | 0.63 |
| Hex | EA | F2 | 50 | 3 | 0 | 43 | 5 | 3F | 56 | 3F |
| Octal | 352 | 362 | 120 | 3 | 0 | 103 | 5 | 77 | 126 | 77 |
| Binary | 11101010 | 11110010 | 1010000 | 11 | 0 | 1000011 | 101 | 111111 | 1010110 | 111111 |
Color Harmonies of #EAF250
Complementary color
Monochromatic Colors of #EAF250
Black with #EAF250
Text Example
Text Example
White with #EAF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF250; }
p { color: rgb(234,242,80); }
H1.HeaderClassName
{
color: #EAF250;
}
.AnyTagClassName
{
color: #EAF250;
}
</style>
background-color css
<style>
a { background-color: #EAF250; }
a { background-color: rgb(234,242,80); }
div.DivClassName
{
background-color: #EAF250;
}
.BgClassName
{
background-color: #EAF250;
}
</style>
border-color css
<style>
span { border-color: #EAF250; }
span { border-color: rgb(234,242,80); }
td.TdClassName
{
border-color: #EAF250;
}
.TagClassName
{
border-color: #EAF250;
}
</style>