Shades of Paris Daisy #EBFE3C
Tints of Paris Daisy #EBFE3C
RGB
CMYK
RGB Variations
Color information
#EBFE3C (or 0xEBFE3C) is known color: Paris Daisy. HEX triplet: EB, FE and 3C. RGB value is (235,254,60). Sum of RGB (Red+Green+Blue) = 235+254+60=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 60 (23.83% from 255 or 10.93% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFE3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFE3C is #1401C3. Grayscale: #E2E2E2. Windows color (decimal): -1311172 or 3997419. OLE color: 3997419.
HSL color Cylindrical-coordinate representation of color #EBFE3C: hue angle of 65.88º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EBFE3C is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 60 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.00 |
| HSL | 65.88º | 0.99% | 0.62% | - |
| HSV(B) | 65.88º | 0.76% | 1% | - |
| XYZ | 70.52 | 88.87 | 17.71 | - |
| YUV | 226.2 | 34.21 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 60 | 0.07 | 0 | 0.76 | 0.00 | 65.88 | 0.99 | 0.62 |
| Hex | EB | FE | 3C | 7 | 0 | 4C | 0 | 42 | 63 | 3E |
| Octal | 353 | 376 | 74 | 7 | 0 | 114 | 0 | 102 | 143 | 76 |
| Binary | 11101011 | 11111110 | 111100 | 111 | 0 | 1001100 | 0 | 1000010 | 1100011 | 111110 |
Color Harmonies of #EBFE3C
Complementary color
Monochromatic Colors of #EBFE3C
Black with #EBFE3C
Text Example
Text Example
White with #EBFE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFE3C; }
p { color: rgb(235,254,60); }
H1.HeaderClassName
{
color: #EBFE3C;
}
.AnyTagClassName
{
color: #EBFE3C;
}
</style>
background-color css
<style>
a { background-color: #EBFE3C; }
a { background-color: rgb(235,254,60); }
div.DivClassName
{
background-color: #EBFE3C;
}
.BgClassName
{
background-color: #EBFE3C;
}
</style>
border-color css
<style>
span { border-color: #EBFE3C; }
span { border-color: rgb(235,254,60); }
td.TdClassName
{
border-color: #EBFE3C;
}
.TagClassName
{
border-color: #EBFE3C;
}
</style>