Shades of Paris Daisy #EBF04A
Tints of Paris Daisy #EBF04A
RGB
CMYK
RGB Variations
Color information
#EBF04A (or 0xEBF04A) is known color: Paris Daisy. HEX triplet: EB, F0 and 4A. RGB value is (235,240,74). Sum of RGB (Red+Green+Blue) = 235+240+74=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 74 (29.30% from 255 or 13.48% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF04A is #140FB5. Grayscale: #DCDCDC. Windows color (decimal): -1314742 or 4911339. OLE color: 4911339.
HSL color Cylindrical-coordinate representation of color #EBF04A: hue angle of 61.81º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBF04A is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 74 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.06 |
| HSL | 61.81º | 0.85% | 0.62% | - |
| HSV(B) | 61.81º | 0.69% | 0.94% | - |
| XYZ | 66.66 | 80.48 | 18.5 | - |
| YUV | 219.58 | 45.84 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 74 | 0.02 | 0 | 0.69 | 0.06 | 61.81 | 0.85 | 0.62 |
| Hex | EB | F0 | 4A | 2 | 0 | 45 | 6 | 3E | 55 | 3E |
| Octal | 353 | 360 | 112 | 2 | 0 | 105 | 6 | 76 | 125 | 76 |
| Binary | 11101011 | 11110000 | 1001010 | 10 | 0 | 1000101 | 110 | 111110 | 1010101 | 111110 |
Color Harmonies of #EBF04A
Complementary color
Monochromatic Colors of #EBF04A
Black with #EBF04A
Text Example
Text Example
White with #EBF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF04A; }
p { color: rgb(235,240,74); }
H1.HeaderClassName
{
color: #EBF04A;
}
.AnyTagClassName
{
color: #EBF04A;
}
</style>
background-color css
<style>
a { background-color: #EBF04A; }
a { background-color: rgb(235,240,74); }
div.DivClassName
{
background-color: #EBF04A;
}
.BgClassName
{
background-color: #EBF04A;
}
</style>
border-color css
<style>
span { border-color: #EBF04A; }
span { border-color: rgb(235,240,74); }
td.TdClassName
{
border-color: #EBF04A;
}
.TagClassName
{
border-color: #EBF04A;
}
</style>