Shades of Paris Daisy #E8ED4A
Tints of Paris Daisy #E8ED4A
RGB
CMYK
RGB Variations
Color information
#E8ED4A (or 0xE8ED4A) is known color: Paris Daisy. HEX triplet: E8, ED and 4A. RGB value is (232,237,74). Sum of RGB (Red+Green+Blue) = 232+237+74=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 74 (29.30% from 255 or 13.63% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #E8ED4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8ED4A is #1712B5. Grayscale: #D9D9D9. Windows color (decimal): -1512118 or 4910568. OLE color: 4910568.
HSL color Cylindrical-coordinate representation of color #E8ED4A: hue angle of 61.84º 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 #E8ED4A is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 74 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.07 |
| HSL | 61.84º | 0.82% | 0.61% | - |
| HSV(B) | 61.84º | 0.69% | 0.93% | - |
| XYZ | 64.8 | 78.22 | 18.16 | - |
| YUV | 216.92 | 47.34 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 74 | 0.02 | 0 | 0.69 | 0.07 | 61.84 | 0.82 | 0.61 |
| Hex | E8 | ED | 4A | 2 | 0 | 45 | 7 | 3E | 52 | 3D |
| Octal | 350 | 355 | 112 | 2 | 0 | 105 | 7 | 76 | 122 | 75 |
| Binary | 11101000 | 11101101 | 1001010 | 10 | 0 | 1000101 | 111 | 111110 | 1010010 | 111101 |
Color Harmonies of #E8ED4A
Complementary color
Monochromatic Colors of #E8ED4A
Black with #E8ED4A
Text Example
Text Example
White with #E8ED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ED4A; }
p { color: rgb(232,237,74); }
H1.HeaderClassName
{
color: #E8ED4A;
}
.AnyTagClassName
{
color: #E8ED4A;
}
</style>
background-color css
<style>
a { background-color: #E8ED4A; }
a { background-color: rgb(232,237,74); }
div.DivClassName
{
background-color: #E8ED4A;
}
.BgClassName
{
background-color: #E8ED4A;
}
</style>
border-color css
<style>
span { border-color: #E8ED4A; }
span { border-color: rgb(232,237,74); }
td.TdClassName
{
border-color: #E8ED4A;
}
.TagClassName
{
border-color: #E8ED4A;
}
</style>