Shades of Paris Daisy #E5F64A
Tints of Paris Daisy #E5F64A
RGB
CMYK
RGB Variations
Color information
#E5F64A (or 0xE5F64A) is known color: Paris Daisy. HEX triplet: E5, F6 and 4A. RGB value is (229,246,74). Sum of RGB (Red+Green+Blue) = 229+246+74=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 74 (29.30% from 255 or 13.48% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #E5F64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F64A is #1A09B5. Grayscale: #DDDDDD. Windows color (decimal): -1706422 or 4912869. OLE color: 4912869.
HSL color Cylindrical-coordinate representation of color #E5F64A: hue angle of 65.93º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5F64A is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 246 | 74 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.04 |
| HSL | 65.93º | 0.91% | 0.63% | - |
| HSV(B) | 65.93º | 0.7% | 0.96% | - |
| XYZ | 66.5 | 83.06 | 19.01 | - |
| YUV | 221.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 246 | 74 | 0.07 | 0 | 0.70 | 0.04 | 65.93 | 0.91 | 0.63 |
| Hex | E5 | F6 | 4A | 7 | 0 | 46 | 4 | 42 | 5B | 3F |
| Octal | 345 | 366 | 112 | 7 | 0 | 106 | 4 | 102 | 133 | 77 |
| Binary | 11100101 | 11110110 | 1001010 | 111 | 0 | 1000110 | 100 | 1000010 | 1011011 | 111111 |
Color Harmonies of #E5F64A
Complementary color
Monochromatic Colors of #E5F64A
Black with #E5F64A
Text Example
Text Example
White with #E5F64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F64A; }
p { color: rgb(229,246,74); }
H1.HeaderClassName
{
color: #E5F64A;
}
.AnyTagClassName
{
color: #E5F64A;
}
</style>
background-color css
<style>
a { background-color: #E5F64A; }
a { background-color: rgb(229,246,74); }
div.DivClassName
{
background-color: #E5F64A;
}
.BgClassName
{
background-color: #E5F64A;
}
</style>
border-color css
<style>
span { border-color: #E5F64A; }
span { border-color: rgb(229,246,74); }
td.TdClassName
{
border-color: #E5F64A;
}
.TagClassName
{
border-color: #E5F64A;
}
</style>