Shades of Paris Daisy #E8F44B
Tints of Paris Daisy #E8F44B
RGB
CMYK
RGB Variations
Color information
#E8F44B (or 0xE8F44B) is known color: Paris Daisy. HEX triplet: E8, F4 and 4B. RGB value is (232,244,75). Sum of RGB (Red+Green+Blue) = 232+244+75=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 75 (29.69% from 255 or 13.61% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #E8F44B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F44B is #170BB4. Grayscale: #DDDDDD. Windows color (decimal): -1510325 or 4977896. OLE color: 4977896.
HSL color Cylindrical-coordinate representation of color #E8F44B: hue angle of 64.26º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8F44B is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 244 | 75 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.04 |
| HSL | 64.26º | 0.88% | 0.63% | - |
| HSV(B) | 64.26º | 0.69% | 0.96% | - |
| XYZ | 66.9 | 82.37 | 19.03 | - |
| YUV | 221.15 | 45.52 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 244 | 75 | 0.05 | 0 | 0.69 | 0.04 | 64.26 | 0.88 | 0.63 |
| Hex | E8 | F4 | 4B | 5 | 0 | 45 | 4 | 40 | 58 | 3F |
| Octal | 350 | 364 | 113 | 5 | 0 | 105 | 4 | 100 | 130 | 77 |
| Binary | 11101000 | 11110100 | 1001011 | 101 | 0 | 1000101 | 100 | 1000000 | 1011000 | 111111 |
Color Harmonies of #E8F44B
Complementary color
Monochromatic Colors of #E8F44B
Black with #E8F44B
Text Example
Text Example
White with #E8F44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F44B; }
p { color: rgb(232,244,75); }
H1.HeaderClassName
{
color: #E8F44B;
}
.AnyTagClassName
{
color: #E8F44B;
}
</style>
background-color css
<style>
a { background-color: #E8F44B; }
a { background-color: rgb(232,244,75); }
div.DivClassName
{
background-color: #E8F44B;
}
.BgClassName
{
background-color: #E8F44B;
}
</style>
border-color css
<style>
span { border-color: #E8F44B; }
span { border-color: rgb(232,244,75); }
td.TdClassName
{
border-color: #E8F44B;
}
.TagClassName
{
border-color: #E8F44B;
}
</style>