Shades of Paris Daisy #EBF04C
Tints of Paris Daisy #EBF04C
RGB
CMYK
RGB Variations
Color information
#EBF04C (or 0xEBF04C) is known color: Paris Daisy. HEX triplet: EB, F0 and 4C. RGB value is (235,240,76). Sum of RGB (Red+Green+Blue) = 235+240+76=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 76 (30.08% from 255 or 13.79% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF04C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF04C is #140FB3. Grayscale: #DCDCDC. Windows color (decimal): -1314740 or 5042411. OLE color: 5042411.
HSL color Cylindrical-coordinate representation of color #EBF04C: hue angle of 61.83º degrees, saturation: 0.85, 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 #EBF04C is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 76 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.06 |
| HSL | 61.83º | 0.85% | 0.62% | - |
| HSV(B) | 61.83º | 0.68% | 0.94% | - |
| XYZ | 66.73 | 80.5 | 18.86 | - |
| YUV | 219.81 | 46.84 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 76 | 0.02 | 0 | 0.68 | 0.06 | 61.83 | 0.85 | 0.62 |
| Hex | EB | F0 | 4C | 2 | 0 | 44 | 6 | 3E | 55 | 3E |
| Octal | 353 | 360 | 114 | 2 | 0 | 104 | 6 | 76 | 125 | 76 |
| Binary | 11101011 | 11110000 | 1001100 | 10 | 0 | 1000100 | 110 | 111110 | 1010101 | 111110 |
Color Harmonies of #EBF04C
Complementary color
Monochromatic Colors of #EBF04C
Black with #EBF04C
Text Example
Text Example
White with #EBF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF04C; }
p { color: rgb(235,240,76); }
H1.HeaderClassName
{
color: #EBF04C;
}
.AnyTagClassName
{
color: #EBF04C;
}
</style>
background-color css
<style>
a { background-color: #EBF04C; }
a { background-color: rgb(235,240,76); }
div.DivClassName
{
background-color: #EBF04C;
}
.BgClassName
{
background-color: #EBF04C;
}
</style>
border-color css
<style>
span { border-color: #EBF04C; }
span { border-color: rgb(235,240,76); }
td.TdClassName
{
border-color: #EBF04C;
}
.TagClassName
{
border-color: #EBF04C;
}
</style>