Shades of Paris Daisy #EBF14F
Tints of Paris Daisy #EBF14F
RGB
CMYK
RGB Variations
Color information
#EBF14F (or 0xEBF14F) is known color: Paris Daisy. HEX triplet: EB, F1 and 4F. RGB value is (235,241,79). Sum of RGB (Red+Green+Blue) = 235+241+79=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 79 (31.25% from 255 or 14.23% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF14F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF14F is #140EB0. Grayscale: #DDDDDD. Windows color (decimal): -1314481 or 5239275. OLE color: 5239275.
HSL color Cylindrical-coordinate representation of color #EBF14F: hue angle of 62.22º 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 #EBF14F is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 79 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.05 |
| HSL | 62.22º | 0.85% | 0.63% | - |
| HSV(B) | 62.22º | 0.67% | 0.95% | - |
| XYZ | 67.13 | 81.14 | 19.52 | - |
| YUV | 220.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 79 | 0.02 | 0 | 0.67 | 0.05 | 62.22 | 0.85 | 0.63 |
| Hex | EB | F1 | 4F | 2 | 0 | 43 | 5 | 3E | 55 | 3F |
| Octal | 353 | 361 | 117 | 2 | 0 | 103 | 5 | 76 | 125 | 77 |
| Binary | 11101011 | 11110001 | 1001111 | 10 | 0 | 1000011 | 101 | 111110 | 1010101 | 111111 |
Color Harmonies of #EBF14F
Complementary color
Monochromatic Colors of #EBF14F
Black with #EBF14F
Text Example
Text Example
White with #EBF14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF14F; }
p { color: rgb(235,241,79); }
H1.HeaderClassName
{
color: #EBF14F;
}
.AnyTagClassName
{
color: #EBF14F;
}
</style>
background-color css
<style>
a { background-color: #EBF14F; }
a { background-color: rgb(235,241,79); }
div.DivClassName
{
background-color: #EBF14F;
}
.BgClassName
{
background-color: #EBF14F;
}
</style>
border-color css
<style>
span { border-color: #EBF14F; }
span { border-color: rgb(235,241,79); }
td.TdClassName
{
border-color: #EBF14F;
}
.TagClassName
{
border-color: #EBF14F;
}
</style>