Shades of Paris Daisy #E9FB40
Tints of Paris Daisy #E9FB40
RGB
CMYK
RGB Variations
Color information
#E9FB40 (or 0xE9FB40) is known color: Paris Daisy. HEX triplet: E9, FB and 40. RGB value is (233,251,64). Sum of RGB (Red+Green+Blue) = 233+251+64=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 64 (25.39% from 255 or 11.68% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #E9FB40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9FB40 is #1604BF. Grayscale: #E1E1E1. Windows color (decimal): -1443008 or 4258793. OLE color: 4258793.
HSL color Cylindrical-coordinate representation of color #E9FB40: hue angle of 65.78º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E9FB40 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 251 | 64 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.02 |
| HSL | 65.78º | 0.96% | 0.62% | - |
| HSV(B) | 65.78º | 0.75% | 0.98% | - |
| XYZ | 69.03 | 86.69 | 17.94 | - |
| YUV | 224.3 | 37.54 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 251 | 64 | 0.07 | 0 | 0.75 | 0.02 | 65.78 | 0.96 | 0.62 |
| Hex | E9 | FB | 40 | 7 | 0 | 4B | 2 | 42 | 60 | 3E |
| Octal | 351 | 373 | 100 | 7 | 0 | 113 | 2 | 102 | 140 | 76 |
| Binary | 11101001 | 11111011 | 1000000 | 111 | 0 | 1001011 | 10 | 1000010 | 1100000 | 111110 |
Color Harmonies of #E9FB40
Complementary color
Monochromatic Colors of #E9FB40
Black with #E9FB40
Text Example
Text Example
White with #E9FB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FB40; }
p { color: rgb(233,251,64); }
H1.HeaderClassName
{
color: #E9FB40;
}
.AnyTagClassName
{
color: #E9FB40;
}
</style>
background-color css
<style>
a { background-color: #E9FB40; }
a { background-color: rgb(233,251,64); }
div.DivClassName
{
background-color: #E9FB40;
}
.BgClassName
{
background-color: #E9FB40;
}
</style>
border-color css
<style>
span { border-color: #E9FB40; }
span { border-color: rgb(233,251,64); }
td.TdClassName
{
border-color: #E9FB40;
}
.TagClassName
{
border-color: #E9FB40;
}
</style>