Shades of Paris Daisy #EBF04D
Tints of Paris Daisy #EBF04D
RGB
CMYK
RGB Variations
Color information
#EBF04D (or 0xEBF04D) is known color: Paris Daisy. HEX triplet: EB, F0 and 4D. RGB value is (235,240,77). Sum of RGB (Red+Green+Blue) = 235+240+77=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 77 (30.47% from 255 or 13.95% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF04D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF04D is #140FB2. Grayscale: #DCDCDC. Windows color (decimal): -1314739 or 5107947. OLE color: 5107947.
HSL color Cylindrical-coordinate representation of color #EBF04D: hue angle of 61.84º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBF04D is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 77 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.06 |
| HSL | 61.84º | 0.84% | 0.62% | - |
| HSV(B) | 61.84º | 0.68% | 0.94% | - |
| XYZ | 66.76 | 80.52 | 19.04 | - |
| YUV | 219.92 | 47.34 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 77 | 0.02 | 0 | 0.68 | 0.06 | 61.84 | 0.84 | 0.62 |
| Hex | EB | F0 | 4D | 2 | 0 | 44 | 6 | 3E | 54 | 3E |
| Octal | 353 | 360 | 115 | 2 | 0 | 104 | 6 | 76 | 124 | 76 |
| Binary | 11101011 | 11110000 | 1001101 | 10 | 0 | 1000100 | 110 | 111110 | 1010100 | 111110 |
Color Harmonies of #EBF04D
Complementary color
Monochromatic Colors of #EBF04D
Black with #EBF04D
Text Example
Text Example
White with #EBF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF04D; }
p { color: rgb(235,240,77); }
H1.HeaderClassName
{
color: #EBF04D;
}
.AnyTagClassName
{
color: #EBF04D;
}
</style>
background-color css
<style>
a { background-color: #EBF04D; }
a { background-color: rgb(235,240,77); }
div.DivClassName
{
background-color: #EBF04D;
}
.BgClassName
{
background-color: #EBF04D;
}
</style>
border-color css
<style>
span { border-color: #EBF04D; }
span { border-color: rgb(235,240,77); }
td.TdClassName
{
border-color: #EBF04D;
}
.TagClassName
{
border-color: #EBF04D;
}
</style>