Shades of Paris Daisy #E8F946
Tints of Paris Daisy #E8F946
RGB
CMYK
RGB Variations
Color information
#E8F946 (or 0xE8F946) is known color: Paris Daisy. HEX triplet: E8, F9 and 46. RGB value is (232,249,70). Sum of RGB (Red+Green+Blue) = 232+249+70=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 70 (27.73% from 255 or 12.70% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #E8F946 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F946 is #1706B9. Grayscale: #E0E0E0. Windows color (decimal): -1509050 or 4651496. OLE color: 4651496.
HSL color Cylindrical-coordinate representation of color #E8F946: hue angle of 65.7º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8F946 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 249 | 70 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.02 |
| HSL | 65.7º | 0.94% | 0.63% | - |
| HSV(B) | 65.7º | 0.72% | 0.98% | - |
| XYZ | 68.26 | 85.35 | 18.67 | - |
| YUV | 223.51 | 41.37 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 249 | 70 | 0.07 | 0 | 0.72 | 0.02 | 65.7 | 0.94 | 0.63 |
| Hex | E8 | F9 | 46 | 7 | 0 | 48 | 2 | 42 | 5E | 3F |
| Octal | 350 | 371 | 106 | 7 | 0 | 110 | 2 | 102 | 136 | 77 |
| Binary | 11101000 | 11111001 | 1000110 | 111 | 0 | 1001000 | 10 | 1000010 | 1011110 | 111111 |
Color Harmonies of #E8F946
Complementary color
Monochromatic Colors of #E8F946
Black with #E8F946
Text Example
Text Example
White with #E8F946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F946; }
p { color: rgb(232,249,70); }
H1.HeaderClassName
{
color: #E8F946;
}
.AnyTagClassName
{
color: #E8F946;
}
</style>
background-color css
<style>
a { background-color: #E8F946; }
a { background-color: rgb(232,249,70); }
div.DivClassName
{
background-color: #E8F946;
}
.BgClassName
{
background-color: #E8F946;
}
</style>
border-color css
<style>
span { border-color: #E8F946; }
span { border-color: rgb(232,249,70); }
td.TdClassName
{
border-color: #E8F946;
}
.TagClassName
{
border-color: #E8F946;
}
</style>