Shades of Paris Daisy #EAF150
Tints of Paris Daisy #EAF150
RGB
CMYK
RGB Variations
Color information
#EAF150 (or 0xEAF150) is known color: Paris Daisy. HEX triplet: EA, F1 and 50. RGB value is (234,241,80). Sum of RGB (Red+Green+Blue) = 234+241+80=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 80 (31.64% from 255 or 14.41% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF150 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF150 is #150EAF. Grayscale: #DDDDDD. Windows color (decimal): -1380016 or 5304810. OLE color: 5304810.
HSL color Cylindrical-coordinate representation of color #EAF150: hue angle of 62.61º degrees, saturation: 0.85, 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 #EAF150 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 80 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.05 |
| HSL | 62.61º | 0.85% | 0.63% | - |
| HSV(B) | 62.61º | 0.67% | 0.95% | - |
| XYZ | 66.83 | 80.98 | 19.7 | - |
| YUV | 220.55 | 48.68 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 80 | 0.03 | 0 | 0.67 | 0.05 | 62.61 | 0.85 | 0.63 |
| Hex | EA | F1 | 50 | 3 | 0 | 43 | 5 | 3F | 55 | 3F |
| Octal | 352 | 361 | 120 | 3 | 0 | 103 | 5 | 77 | 125 | 77 |
| Binary | 11101010 | 11110001 | 1010000 | 11 | 0 | 1000011 | 101 | 111111 | 1010101 | 111111 |
Color Harmonies of #EAF150
Complementary color
Monochromatic Colors of #EAF150
Black with #EAF150
Text Example
Text Example
White with #EAF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF150; }
p { color: rgb(234,241,80); }
H1.HeaderClassName
{
color: #EAF150;
}
.AnyTagClassName
{
color: #EAF150;
}
</style>
background-color css
<style>
a { background-color: #EAF150; }
a { background-color: rgb(234,241,80); }
div.DivClassName
{
background-color: #EAF150;
}
.BgClassName
{
background-color: #EAF150;
}
</style>
border-color css
<style>
span { border-color: #EAF150; }
span { border-color: rgb(234,241,80); }
td.TdClassName
{
border-color: #EAF150;
}
.TagClassName
{
border-color: #EAF150;
}
</style>