Shades of Paris Daisy #E9FB4B
Tints of Paris Daisy #E9FB4B
RGB
CMYK
RGB Variations
Color information
#E9FB4B (or 0xE9FB4B) is known color: Paris Daisy. HEX triplet: E9, FB and 4B. RGB value is (233,251,75). Sum of RGB (Red+Green+Blue) = 233+251+75=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 75 (29.69% from 255 or 13.42% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #E9FB4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9FB4B is #1604B4. Grayscale: #E2E2E2. Windows color (decimal): -1442997 or 4979689. OLE color: 4979689.
HSL color Cylindrical-coordinate representation of color #E9FB4B: hue angle of 66.14º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9FB4B is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 251 | 75 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.02 |
| HSL | 66.14º | 0.96% | 0.64% | - |
| HSV(B) | 66.14º | 0.7% | 0.98% | - |
| XYZ | 69.37 | 86.83 | 19.76 | - |
| YUV | 225.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 251 | 75 | 0.07 | 0 | 0.70 | 0.02 | 66.14 | 0.96 | 0.64 |
| Hex | E9 | FB | 4B | 7 | 0 | 46 | 2 | 42 | 60 | 40 |
| Octal | 351 | 373 | 113 | 7 | 0 | 106 | 2 | 102 | 140 | 100 |
| Binary | 11101001 | 11111011 | 1001011 | 111 | 0 | 1000110 | 10 | 1000010 | 1100000 | 1000000 |
Color Harmonies of #E9FB4B
Complementary color
Monochromatic Colors of #E9FB4B
Black with #E9FB4B
Text Example
Text Example
White with #E9FB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FB4B; }
p { color: rgb(233,251,75); }
H1.HeaderClassName
{
color: #E9FB4B;
}
.AnyTagClassName
{
color: #E9FB4B;
}
</style>
background-color css
<style>
a { background-color: #E9FB4B; }
a { background-color: rgb(233,251,75); }
div.DivClassName
{
background-color: #E9FB4B;
}
.BgClassName
{
background-color: #E9FB4B;
}
</style>
border-color css
<style>
span { border-color: #E9FB4B; }
span { border-color: rgb(233,251,75); }
td.TdClassName
{
border-color: #E9FB4B;
}
.TagClassName
{
border-color: #E9FB4B;
}
</style>