Shades of Paris Daisy #EBF74C
Tints of Paris Daisy #EBF74C
RGB
CMYK
RGB Variations
Color information
#EBF74C (or 0xEBF74C) is known color: Paris Daisy. HEX triplet: EB, F7 and 4C. RGB value is (235,247,76). Sum of RGB (Red+Green+Blue) = 235+247+76=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 247 (96.88% from 255 or 44.27% from 558); Blue value is 76 (30.08% from 255 or 13.62% from 558); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF74C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF74C is #1408B3. Grayscale: #E0E0E0. Windows color (decimal): -1312948 or 5044203. OLE color: 5044203.
HSL color Cylindrical-coordinate representation of color #EBF74C: hue angle of 64.21º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBF74C is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 247 | 76 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.03 |
| HSL | 64.21º | 0.91% | 0.63% | - |
| HSV(B) | 64.21º | 0.69% | 0.97% | - |
| XYZ | 68.83 | 84.71 | 19.56 | - |
| YUV | 223.92 | 44.52 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 247 | 76 | 0.05 | 0 | 0.69 | 0.03 | 64.21 | 0.91 | 0.63 |
| Hex | EB | F7 | 4C | 5 | 0 | 45 | 3 | 40 | 5B | 3F |
| Octal | 353 | 367 | 114 | 5 | 0 | 105 | 3 | 100 | 133 | 77 |
| Binary | 11101011 | 11110111 | 1001100 | 101 | 0 | 1000101 | 11 | 1000000 | 1011011 | 111111 |
Color Harmonies of #EBF74C
Complementary color
Monochromatic Colors of #EBF74C
Black with #EBF74C
Text Example
Text Example
White with #EBF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF74C; }
p { color: rgb(235,247,76); }
H1.HeaderClassName
{
color: #EBF74C;
}
.AnyTagClassName
{
color: #EBF74C;
}
</style>
background-color css
<style>
a { background-color: #EBF74C; }
a { background-color: rgb(235,247,76); }
div.DivClassName
{
background-color: #EBF74C;
}
.BgClassName
{
background-color: #EBF74C;
}
</style>
border-color css
<style>
span { border-color: #EBF74C; }
span { border-color: rgb(235,247,76); }
td.TdClassName
{
border-color: #EBF74C;
}
.TagClassName
{
border-color: #EBF74C;
}
</style>