Shades of Paris Daisy #EBF545
Tints of Paris Daisy #EBF545
RGB
CMYK
RGB Variations
Color information
#EBF545 (or 0xEBF545) is known color: Paris Daisy. HEX triplet: EB, F5 and 45. RGB value is (235,245,69). Sum of RGB (Red+Green+Blue) = 235+245+69=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 69 (27.34% from 255 or 12.57% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF545 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF545 is #140ABA. Grayscale: #DEDEDE. Windows color (decimal): -1313467 or 4584939. OLE color: 4584939.
HSL color Cylindrical-coordinate representation of color #EBF545: hue angle of 63.41º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EBF545 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 69 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.04 |
| HSL | 63.41º | 0.9% | 0.62% | - |
| HSV(B) | 63.41º | 0.72% | 0.96% | - |
| XYZ | 67.99 | 83.4 | 18.14 | - |
| YUV | 221.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 69 | 0.04 | 0 | 0.72 | 0.04 | 63.41 | 0.9 | 0.62 |
| Hex | EB | F5 | 45 | 4 | 0 | 48 | 4 | 3F | 5A | 3E |
| Octal | 353 | 365 | 105 | 4 | 0 | 110 | 4 | 77 | 132 | 76 |
| Binary | 11101011 | 11110101 | 1000101 | 100 | 0 | 1001000 | 100 | 111111 | 1011010 | 111110 |
Color Harmonies of #EBF545
Complementary color
Monochromatic Colors of #EBF545
Black with #EBF545
Text Example
Text Example
White with #EBF545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF545; }
p { color: rgb(235,245,69); }
H1.HeaderClassName
{
color: #EBF545;
}
.AnyTagClassName
{
color: #EBF545;
}
</style>
background-color css
<style>
a { background-color: #EBF545; }
a { background-color: rgb(235,245,69); }
div.DivClassName
{
background-color: #EBF545;
}
.BgClassName
{
background-color: #EBF545;
}
</style>
border-color css
<style>
span { border-color: #EBF545; }
span { border-color: rgb(235,245,69); }
td.TdClassName
{
border-color: #EBF545;
}
.TagClassName
{
border-color: #EBF545;
}
</style>