Shades of Paris Daisy #E8ED49
Tints of Paris Daisy #E8ED49
RGB
CMYK
RGB Variations
Color information
#E8ED49 (or 0xE8ED49) is known color: Paris Daisy. HEX triplet: E8, ED and 49. RGB value is (232,237,73). Sum of RGB (Red+Green+Blue) = 232+237+73=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 73 (28.91% from 255 or 13.47% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #E8ED49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8ED49 is #1712B6. Grayscale: #D9D9D9. Windows color (decimal): -1512119 or 4845032. OLE color: 4845032.
HSL color Cylindrical-coordinate representation of color #E8ED49: hue angle of 61.83º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8ED49 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 73 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.07 |
| HSL | 61.83º | 0.82% | 0.61% | - |
| HSV(B) | 61.83º | 0.69% | 0.93% | - |
| XYZ | 64.77 | 78.21 | 17.98 | - |
| YUV | 216.81 | 46.84 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 73 | 0.02 | 0 | 0.69 | 0.07 | 61.83 | 0.82 | 0.61 |
| Hex | E8 | ED | 49 | 2 | 0 | 45 | 7 | 3E | 52 | 3D |
| Octal | 350 | 355 | 111 | 2 | 0 | 105 | 7 | 76 | 122 | 75 |
| Binary | 11101000 | 11101101 | 1001001 | 10 | 0 | 1000101 | 111 | 111110 | 1010010 | 111101 |
Color Harmonies of #E8ED49
Complementary color
Monochromatic Colors of #E8ED49
Black with #E8ED49
Text Example
Text Example
White with #E8ED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ED49; }
p { color: rgb(232,237,73); }
H1.HeaderClassName
{
color: #E8ED49;
}
.AnyTagClassName
{
color: #E8ED49;
}
</style>
background-color css
<style>
a { background-color: #E8ED49; }
a { background-color: rgb(232,237,73); }
div.DivClassName
{
background-color: #E8ED49;
}
.BgClassName
{
background-color: #E8ED49;
}
</style>
border-color css
<style>
span { border-color: #E8ED49; }
span { border-color: rgb(232,237,73); }
td.TdClassName
{
border-color: #E8ED49;
}
.TagClassName
{
border-color: #E8ED49;
}
</style>