Shades of Paris Daisy #E5F44D
Tints of Paris Daisy #E5F44D
RGB
CMYK
RGB Variations
Color information
#E5F44D (or 0xE5F44D) is known color: Paris Daisy. HEX triplet: E5, F4 and 4D. RGB value is (229,244,77). Sum of RGB (Red+Green+Blue) = 229+244+77=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 77 (30.47% from 255 or 14% from 550); Max value from RGB is 244 - color contains mainly: green. Hex color #E5F44D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F44D is #1A0BB2. Grayscale: #DDDDDD. Windows color (decimal): -1706931 or 5108965. OLE color: 5108965.
HSL color Cylindrical-coordinate representation of color #E5F44D: hue angle of 65.39º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5F44D is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 244 | 77 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.04 |
| HSL | 65.39º | 0.88% | 0.63% | - |
| HSV(B) | 65.39º | 0.68% | 0.96% | - |
| XYZ | 66 | 81.9 | 19.35 | - |
| YUV | 220.48 | 47.03 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 244 | 77 | 0.06 | 0 | 0.68 | 0.04 | 65.39 | 0.88 | 0.63 |
| Hex | E5 | F4 | 4D | 6 | 0 | 44 | 4 | 41 | 58 | 3F |
| Octal | 345 | 364 | 115 | 6 | 0 | 104 | 4 | 101 | 130 | 77 |
| Binary | 11100101 | 11110100 | 1001101 | 110 | 0 | 1000100 | 100 | 1000001 | 1011000 | 111111 |
Color Harmonies of #E5F44D
Complementary color
Monochromatic Colors of #E5F44D
Black with #E5F44D
Text Example
Text Example
White with #E5F44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F44D; }
p { color: rgb(229,244,77); }
H1.HeaderClassName
{
color: #E5F44D;
}
.AnyTagClassName
{
color: #E5F44D;
}
</style>
background-color css
<style>
a { background-color: #E5F44D; }
a { background-color: rgb(229,244,77); }
div.DivClassName
{
background-color: #E5F44D;
}
.BgClassName
{
background-color: #E5F44D;
}
</style>
border-color css
<style>
span { border-color: #E5F44D; }
span { border-color: rgb(229,244,77); }
td.TdClassName
{
border-color: #E5F44D;
}
.TagClassName
{
border-color: #E5F44D;
}
</style>