Shades of Paris Daisy #E9F545
Tints of Paris Daisy #E9F545
RGB
CMYK
RGB Variations
Color information
#E9F545 (or 0xE9F545) is known color: Paris Daisy. HEX triplet: E9, F5 and 45. RGB value is (233,245,69). Sum of RGB (Red+Green+Blue) = 233+245+69=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 69 (27.34% from 255 or 12.61% from 547); Max value from RGB is 245 - color contains mainly: green. Hex color #E9F545 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F545 is #160ABA. Grayscale: #DEDEDE. Windows color (decimal): -1444539 or 4584937. OLE color: 4584937.
HSL color Cylindrical-coordinate representation of color #E9F545: hue angle of 64.09º 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 #E9F545 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 245 | 69 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.04 |
| HSL | 64.09º | 0.9% | 0.62% | - |
| HSV(B) | 64.09º | 0.72% | 0.96% | - |
| XYZ | 67.33 | 83.06 | 18.11 | - |
| YUV | 221.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 245 | 69 | 0.05 | 0 | 0.72 | 0.04 | 64.09 | 0.9 | 0.62 |
| Hex | E9 | F5 | 45 | 5 | 0 | 48 | 4 | 40 | 5A | 3E |
| Octal | 351 | 365 | 105 | 5 | 0 | 110 | 4 | 100 | 132 | 76 |
| Binary | 11101001 | 11110101 | 1000101 | 101 | 0 | 1001000 | 100 | 1000000 | 1011010 | 111110 |
Color Harmonies of #E9F545
Complementary color
Monochromatic Colors of #E9F545
Black with #E9F545
Text Example
Text Example
White with #E9F545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F545; }
p { color: rgb(233,245,69); }
H1.HeaderClassName
{
color: #E9F545;
}
.AnyTagClassName
{
color: #E9F545;
}
</style>
background-color css
<style>
a { background-color: #E9F545; }
a { background-color: rgb(233,245,69); }
div.DivClassName
{
background-color: #E9F545;
}
.BgClassName
{
background-color: #E9F545;
}
</style>
border-color css
<style>
span { border-color: #E9F545; }
span { border-color: rgb(233,245,69); }
td.TdClassName
{
border-color: #E9F545;
}
.TagClassName
{
border-color: #E9F545;
}
</style>