Shades of Paris Daisy #EBF24D
Tints of Paris Daisy #EBF24D
RGB
CMYK
RGB Variations
Color information
#EBF24D (or 0xEBF24D) is known color: Paris Daisy. HEX triplet: EB, F2 and 4D. RGB value is (235,242,77). Sum of RGB (Red+Green+Blue) = 235+242+77=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 77 (30.47% from 255 or 13.90% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF24D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF24D is #140DB2. Grayscale: #DDDDDD. Windows color (decimal): -1314227 or 5108459. OLE color: 5108459.
HSL color Cylindrical-coordinate representation of color #EBF24D: hue angle of 62.55º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBF24D is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 77 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.05 |
| HSL | 62.55º | 0.86% | 0.63% | - |
| HSV(B) | 62.55º | 0.68% | 0.95% | - |
| XYZ | 67.35 | 81.7 | 19.24 | - |
| YUV | 221.1 | 46.68 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 77 | 0.03 | 0 | 0.68 | 0.05 | 62.55 | 0.86 | 0.63 |
| Hex | EB | F2 | 4D | 3 | 0 | 44 | 5 | 3F | 56 | 3F |
| Octal | 353 | 362 | 115 | 3 | 0 | 104 | 5 | 77 | 126 | 77 |
| Binary | 11101011 | 11110010 | 1001101 | 11 | 0 | 1000100 | 101 | 111111 | 1010110 | 111111 |
Color Harmonies of #EBF24D
Complementary color
Monochromatic Colors of #EBF24D
Black with #EBF24D
Text Example
Text Example
White with #EBF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF24D; }
p { color: rgb(235,242,77); }
H1.HeaderClassName
{
color: #EBF24D;
}
.AnyTagClassName
{
color: #EBF24D;
}
</style>
background-color css
<style>
a { background-color: #EBF24D; }
a { background-color: rgb(235,242,77); }
div.DivClassName
{
background-color: #EBF24D;
}
.BgClassName
{
background-color: #EBF24D;
}
</style>
border-color css
<style>
span { border-color: #EBF24D; }
span { border-color: rgb(235,242,77); }
td.TdClassName
{
border-color: #EBF24D;
}
.TagClassName
{
border-color: #EBF24D;
}
</style>