Shades of Paris Daisy #E6F44A
Tints of Paris Daisy #E6F44A
RGB
CMYK
RGB Variations
Color information
#E6F44A (or 0xE6F44A) is known color: Paris Daisy. HEX triplet: E6, F4 and 4A. RGB value is (230,244,74). Sum of RGB (Red+Green+Blue) = 230+244+74=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 74 (29.30% from 255 or 13.50% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #E6F44A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F44A is #190BB5. Grayscale: #DDDDDD. Windows color (decimal): -1641398 or 4912358. OLE color: 4912358.
HSL color Cylindrical-coordinate representation of color #E6F44A: hue angle of 64.94º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6F44A is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 244 | 74 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.04 |
| HSL | 64.94º | 0.89% | 0.62% | - |
| HSV(B) | 64.94º | 0.7% | 0.96% | - |
| XYZ | 66.22 | 82.02 | 18.82 | - |
| YUV | 220.43 | 45.36 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 244 | 74 | 0.06 | 0 | 0.70 | 0.04 | 64.94 | 0.89 | 0.62 |
| Hex | E6 | F4 | 4A | 6 | 0 | 46 | 4 | 41 | 59 | 3E |
| Octal | 346 | 364 | 112 | 6 | 0 | 106 | 4 | 101 | 131 | 76 |
| Binary | 11100110 | 11110100 | 1001010 | 110 | 0 | 1000110 | 100 | 1000001 | 1011001 | 111110 |
Color Harmonies of #E6F44A
Complementary color
Monochromatic Colors of #E6F44A
Black with #E6F44A
Text Example
Text Example
White with #E6F44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F44A; }
p { color: rgb(230,244,74); }
H1.HeaderClassName
{
color: #E6F44A;
}
.AnyTagClassName
{
color: #E6F44A;
}
</style>
background-color css
<style>
a { background-color: #E6F44A; }
a { background-color: rgb(230,244,74); }
div.DivClassName
{
background-color: #E6F44A;
}
.BgClassName
{
background-color: #E6F44A;
}
</style>
border-color css
<style>
span { border-color: #E6F44A; }
span { border-color: rgb(230,244,74); }
td.TdClassName
{
border-color: #E6F44A;
}
.TagClassName
{
border-color: #E6F44A;
}
</style>