Shades of Paris Daisy #E9FB44
Tints of Paris Daisy #E9FB44
RGB
CMYK
RGB Variations
Color information
#E9FB44 (or 0xE9FB44) is known color: Paris Daisy. HEX triplet: E9, FB and 44. RGB value is (233,251,68). Sum of RGB (Red+Green+Blue) = 233+251+68=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 68 (26.95% from 255 or 12.32% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #E9FB44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9FB44 is #1604BB. Grayscale: #E1E1E1. Windows color (decimal): -1443004 or 4520937. OLE color: 4520937.
HSL color Cylindrical-coordinate representation of color #E9FB44: hue angle of 65.9º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9FB44 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 251 | 68 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.02 |
| HSL | 65.9º | 0.96% | 0.63% | - |
| HSV(B) | 65.9º | 0.73% | 0.98% | - |
| XYZ | 69.14 | 86.74 | 18.57 | - |
| YUV | 224.76 | 39.54 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 251 | 68 | 0.07 | 0 | 0.73 | 0.02 | 65.9 | 0.96 | 0.63 |
| Hex | E9 | FB | 44 | 7 | 0 | 49 | 2 | 42 | 60 | 3F |
| Octal | 351 | 373 | 104 | 7 | 0 | 111 | 2 | 102 | 140 | 77 |
| Binary | 11101001 | 11111011 | 1000100 | 111 | 0 | 1001001 | 10 | 1000010 | 1100000 | 111111 |
Color Harmonies of #E9FB44
Complementary color
Monochromatic Colors of #E9FB44
Black with #E9FB44
Text Example
Text Example
White with #E9FB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FB44; }
p { color: rgb(233,251,68); }
H1.HeaderClassName
{
color: #E9FB44;
}
.AnyTagClassName
{
color: #E9FB44;
}
</style>
background-color css
<style>
a { background-color: #E9FB44; }
a { background-color: rgb(233,251,68); }
div.DivClassName
{
background-color: #E9FB44;
}
.BgClassName
{
background-color: #E9FB44;
}
</style>
border-color css
<style>
span { border-color: #E9FB44; }
span { border-color: rgb(233,251,68); }
td.TdClassName
{
border-color: #E9FB44;
}
.TagClassName
{
border-color: #E9FB44;
}
</style>