Shades of Paris Daisy #EBFF4A
Tints of Paris Daisy #EBFF4A
RGB
CMYK
RGB Variations
Color information
#EBFF4A (or 0xEBFF4A) is known color: Paris Daisy. HEX triplet: EB, FF and 4A. RGB value is (235,255,74). Sum of RGB (Red+Green+Blue) = 235+255+74=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 74 (29.30% from 255 or 13.12% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFF4A is #1400B5. Grayscale: #E5E5E5. Windows color (decimal): -1310902 or 4915179. OLE color: 4915179.
HSL color Cylindrical-coordinate representation of color #EBFF4A: hue angle of 66.63º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBFF4A is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 74 | - |
| CMYK | 0.08 | 0 | 0.71 | 0 |
| HSL | 66.63º | 1% | 0.65% | - |
| HSV(B) | 66.63º | 0.71% | 1% | - |
| XYZ | 71.26 | 89.68 | 20.03 | - |
| YUV | 228.39 | 40.87 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 74 | 0.08 | 0 | 0.71 | 0 | 66.63 | 1 | 0.65 |
| Hex | EB | FF | 4A | 8 | 0 | 47 | 0 | 43 | 64 | 41 |
| Octal | 353 | 377 | 112 | 10 | 0 | 107 | 0 | 103 | 144 | 101 |
| Binary | 11101011 | 11111111 | 1001010 | 1000 | 0 | 1000111 | 0 | 1000011 | 1100100 | 1000001 |
Color Harmonies of #EBFF4A
Complementary color
Monochromatic Colors of #EBFF4A
Black with #EBFF4A
Text Example
Text Example
White with #EBFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF4A; }
p { color: rgb(235,255,74); }
H1.HeaderClassName
{
color: #EBFF4A;
}
.AnyTagClassName
{
color: #EBFF4A;
}
</style>
background-color css
<style>
a { background-color: #EBFF4A; }
a { background-color: rgb(235,255,74); }
div.DivClassName
{
background-color: #EBFF4A;
}
.BgClassName
{
background-color: #EBFF4A;
}
</style>
border-color css
<style>
span { border-color: #EBFF4A; }
span { border-color: rgb(235,255,74); }
td.TdClassName
{
border-color: #EBFF4A;
}
.TagClassName
{
border-color: #EBFF4A;
}
</style>