Shades of Paris Daisy #E9F945
Tints of Paris Daisy #E9F945
RGB
CMYK
RGB Variations
Color information
#E9F945 (or 0xE9F945) is known color: Paris Daisy. HEX triplet: E9, F9 and 45. RGB value is (233,249,69). Sum of RGB (Red+Green+Blue) = 233+249+69=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 69 (27.34% from 255 or 12.52% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #E9F945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F945 is #1606BA. Grayscale: #E0E0E0. Windows color (decimal): -1443515 or 4585961. OLE color: 4585961.
HSL color Cylindrical-coordinate representation of color #E9F945: hue angle of 65.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E9F945 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 249 | 69 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.02 |
| HSL | 65.33º | 0.94% | 0.62% | - |
| HSV(B) | 65.33º | 0.72% | 0.98% | - |
| XYZ | 68.55 | 85.5 | 18.52 | - |
| YUV | 223.7 | 40.7 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 249 | 69 | 0.06 | 0 | 0.72 | 0.02 | 65.33 | 0.94 | 0.62 |
| Hex | E9 | F9 | 45 | 6 | 0 | 48 | 2 | 41 | 5E | 3E |
| Octal | 351 | 371 | 105 | 6 | 0 | 110 | 2 | 101 | 136 | 76 |
| Binary | 11101001 | 11111001 | 1000101 | 110 | 0 | 1001000 | 10 | 1000001 | 1011110 | 111110 |
Color Harmonies of #E9F945
Complementary color
Monochromatic Colors of #E9F945
Black with #E9F945
Text Example
Text Example
White with #E9F945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F945; }
p { color: rgb(233,249,69); }
H1.HeaderClassName
{
color: #E9F945;
}
.AnyTagClassName
{
color: #E9F945;
}
</style>
background-color css
<style>
a { background-color: #E9F945; }
a { background-color: rgb(233,249,69); }
div.DivClassName
{
background-color: #E9F945;
}
.BgClassName
{
background-color: #E9F945;
}
</style>
border-color css
<style>
span { border-color: #E9F945; }
span { border-color: rgb(233,249,69); }
td.TdClassName
{
border-color: #E9F945;
}
.TagClassName
{
border-color: #E9F945;
}
</style>