Shades of Paris Daisy #EBF940
Tints of Paris Daisy #EBF940
RGB
CMYK
RGB Variations
Color information
#EBF940 (or 0xEBF940) is known color: Paris Daisy. HEX triplet: EB, F9 and 40. RGB value is (235,249,64). Sum of RGB (Red+Green+Blue) = 235+249+64=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 64 (25.39% from 255 or 11.68% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF940 is #1406BF. Grayscale: #E0E0E0. Windows color (decimal): -1312448 or 4258283. OLE color: 4258283.
HSL color Cylindrical-coordinate representation of color #EBF940: hue angle of 64.54º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBF940 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 249 | 64 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.02 |
| HSL | 64.54º | 0.94% | 0.61% | - |
| HSV(B) | 64.54º | 0.74% | 0.98% | - |
| XYZ | 69.06 | 85.78 | 17.77 | - |
| YUV | 223.72 | 37.86 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 249 | 64 | 0.06 | 0 | 0.74 | 0.02 | 64.54 | 0.94 | 0.61 |
| Hex | EB | F9 | 40 | 6 | 0 | 4A | 2 | 41 | 5E | 3D |
| Octal | 353 | 371 | 100 | 6 | 0 | 112 | 2 | 101 | 136 | 75 |
| Binary | 11101011 | 11111001 | 1000000 | 110 | 0 | 1001010 | 10 | 1000001 | 1011110 | 111101 |
Color Harmonies of #EBF940
Complementary color
Monochromatic Colors of #EBF940
Black with #EBF940
Text Example
Text Example
White with #EBF940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF940; }
p { color: rgb(235,249,64); }
H1.HeaderClassName
{
color: #EBF940;
}
.AnyTagClassName
{
color: #EBF940;
}
</style>
background-color css
<style>
a { background-color: #EBF940; }
a { background-color: rgb(235,249,64); }
div.DivClassName
{
background-color: #EBF940;
}
.BgClassName
{
background-color: #EBF940;
}
</style>
border-color css
<style>
span { border-color: #EBF940; }
span { border-color: rgb(235,249,64); }
td.TdClassName
{
border-color: #EBF940;
}
.TagClassName
{
border-color: #EBF940;
}
</style>