Shades of Paris Daisy #E8ED4B
Tints of Paris Daisy #E8ED4B
RGB
CMYK
RGB Variations
Color information
#E8ED4B (or 0xE8ED4B) is known color: Paris Daisy. HEX triplet: E8, ED and 4B. RGB value is (232,237,75). Sum of RGB (Red+Green+Blue) = 232+237+75=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 75 (29.69% from 255 or 13.79% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #E8ED4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8ED4B is #1712B4. Grayscale: #D9D9D9. Windows color (decimal): -1512117 or 4976104. OLE color: 4976104.
HSL color Cylindrical-coordinate representation of color #E8ED4B: hue angle of 61.85º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8ED4B is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 75 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.07 |
| HSL | 61.85º | 0.82% | 0.61% | - |
| HSV(B) | 61.85º | 0.68% | 0.93% | - |
| XYZ | 64.83 | 78.23 | 18.34 | - |
| YUV | 217.04 | 47.84 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 75 | 0.02 | 0 | 0.68 | 0.07 | 61.85 | 0.82 | 0.61 |
| Hex | E8 | ED | 4B | 2 | 0 | 44 | 7 | 3E | 52 | 3D |
| Octal | 350 | 355 | 113 | 2 | 0 | 104 | 7 | 76 | 122 | 75 |
| Binary | 11101000 | 11101101 | 1001011 | 10 | 0 | 1000100 | 111 | 111110 | 1010010 | 111101 |
Color Harmonies of #E8ED4B
Complementary color
Monochromatic Colors of #E8ED4B
Black with #E8ED4B
Text Example
Text Example
White with #E8ED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ED4B; }
p { color: rgb(232,237,75); }
H1.HeaderClassName
{
color: #E8ED4B;
}
.AnyTagClassName
{
color: #E8ED4B;
}
</style>
background-color css
<style>
a { background-color: #E8ED4B; }
a { background-color: rgb(232,237,75); }
div.DivClassName
{
background-color: #E8ED4B;
}
.BgClassName
{
background-color: #E8ED4B;
}
</style>
border-color css
<style>
span { border-color: #E8ED4B; }
span { border-color: rgb(232,237,75); }
td.TdClassName
{
border-color: #E8ED4B;
}
.TagClassName
{
border-color: #E8ED4B;
}
</style>