Shades of Paris Daisy #EBFF40
Tints of Paris Daisy #EBFF40
RGB
CMYK
RGB Variations
Color information
#EBFF40 (or 0xEBFF40) is known color: Paris Daisy. HEX triplet: EB, FF and 40. RGB value is (235,255,64). Sum of RGB (Red+Green+Blue) = 235+255+64=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 64 (25.39% from 255 or 11.55% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFF40 is #1400BF. Grayscale: #E3E3E3. Windows color (decimal): -1310912 or 4259819. OLE color: 4259819.
HSL color Cylindrical-coordinate representation of color #EBFF40: hue angle of 66.28º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBFF40 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 64 | - |
| CMYK | 0.08 | 0 | 0.75 | 0 |
| HSL | 66.28º | 1% | 0.63% | - |
| HSV(B) | 66.28º | 0.75% | 1% | - |
| XYZ | 70.95 | 89.55 | 18.4 | - |
| YUV | 227.25 | 35.87 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 64 | 0.08 | 0 | 0.75 | 0 | 66.28 | 1 | 0.63 |
| Hex | EB | FF | 40 | 8 | 0 | 4B | 0 | 42 | 64 | 3F |
| Octal | 353 | 377 | 100 | 10 | 0 | 113 | 0 | 102 | 144 | 77 |
| Binary | 11101011 | 11111111 | 1000000 | 1000 | 0 | 1001011 | 0 | 1000010 | 1100100 | 111111 |
Color Harmonies of #EBFF40
Complementary color
Monochromatic Colors of #EBFF40
Black with #EBFF40
Text Example
Text Example
White with #EBFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF40; }
p { color: rgb(235,255,64); }
H1.HeaderClassName
{
color: #EBFF40;
}
.AnyTagClassName
{
color: #EBFF40;
}
</style>
background-color css
<style>
a { background-color: #EBFF40; }
a { background-color: rgb(235,255,64); }
div.DivClassName
{
background-color: #EBFF40;
}
.BgClassName
{
background-color: #EBFF40;
}
</style>
border-color css
<style>
span { border-color: #EBFF40; }
span { border-color: rgb(235,255,64); }
td.TdClassName
{
border-color: #EBFF40;
}
.TagClassName
{
border-color: #EBFF40;
}
</style>