Shades of Paris Daisy #EBF34D
Tints of Paris Daisy #EBF34D
RGB
CMYK
RGB Variations
Color information
#EBF34D (or 0xEBF34D) is known color: Paris Daisy. HEX triplet: EB, F3 and 4D. RGB value is (235,243,77). Sum of RGB (Red+Green+Blue) = 235+243+77=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 77 (30.47% from 255 or 13.87% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF34D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF34D is #140CB2. Grayscale: #DEDEDE. Windows color (decimal): -1313971 or 5108715. OLE color: 5108715.
HSL color Cylindrical-coordinate representation of color #EBF34D: hue angle of 62.89º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBF34D is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 243 | 77 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.05 |
| HSL | 62.89º | 0.87% | 0.63% | - |
| HSV(B) | 62.89º | 0.68% | 0.95% | - |
| XYZ | 67.65 | 82.3 | 19.34 | - |
| YUV | 221.68 | 46.35 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 243 | 77 | 0.03 | 0 | 0.68 | 0.05 | 62.89 | 0.87 | 0.63 |
| Hex | EB | F3 | 4D | 3 | 0 | 44 | 5 | 3F | 57 | 3F |
| Octal | 353 | 363 | 115 | 3 | 0 | 104 | 5 | 77 | 127 | 77 |
| Binary | 11101011 | 11110011 | 1001101 | 11 | 0 | 1000100 | 101 | 111111 | 1010111 | 111111 |
Color Harmonies of #EBF34D
Complementary color
Monochromatic Colors of #EBF34D
Black with #EBF34D
Text Example
Text Example
White with #EBF34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF34D; }
p { color: rgb(235,243,77); }
H1.HeaderClassName
{
color: #EBF34D;
}
.AnyTagClassName
{
color: #EBF34D;
}
</style>
background-color css
<style>
a { background-color: #EBF34D; }
a { background-color: rgb(235,243,77); }
div.DivClassName
{
background-color: #EBF34D;
}
.BgClassName
{
background-color: #EBF34D;
}
</style>
border-color css
<style>
span { border-color: #EBF34D; }
span { border-color: rgb(235,243,77); }
td.TdClassName
{
border-color: #EBF34D;
}
.TagClassName
{
border-color: #EBF34D;
}
</style>