Shades of Paris Daisy #E6F24A
Tints of Paris Daisy #E6F24A
RGB
CMYK
RGB Variations
Color information
#E6F24A (or 0xE6F24A) is known color: Paris Daisy. HEX triplet: E6, F2 and 4A. RGB value is (230,242,74). Sum of RGB (Red+Green+Blue) = 230+242+74=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 74 (29.30% from 255 or 13.55% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F24A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F24A is #190DB5. Grayscale: #DBDBDB. Windows color (decimal): -1641910 or 4911846. OLE color: 4911846.
HSL color Cylindrical-coordinate representation of color #E6F24A: hue angle of 64.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6F24A is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 74 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.05 |
| HSL | 64.29º | 0.87% | 0.62% | - |
| HSV(B) | 64.29º | 0.69% | 0.95% | - |
| XYZ | 65.62 | 80.82 | 18.62 | - |
| YUV | 219.26 | 46.02 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 74 | 0.05 | 0 | 0.69 | 0.05 | 64.29 | 0.87 | 0.62 |
| Hex | E6 | F2 | 4A | 5 | 0 | 45 | 5 | 40 | 57 | 3E |
| Octal | 346 | 362 | 112 | 5 | 0 | 105 | 5 | 100 | 127 | 76 |
| Binary | 11100110 | 11110010 | 1001010 | 101 | 0 | 1000101 | 101 | 1000000 | 1010111 | 111110 |
Color Harmonies of #E6F24A
Complementary color
Monochromatic Colors of #E6F24A
Black with #E6F24A
Text Example
Text Example
White with #E6F24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F24A; }
p { color: rgb(230,242,74); }
H1.HeaderClassName
{
color: #E6F24A;
}
.AnyTagClassName
{
color: #E6F24A;
}
</style>
background-color css
<style>
a { background-color: #E6F24A; }
a { background-color: rgb(230,242,74); }
div.DivClassName
{
background-color: #E6F24A;
}
.BgClassName
{
background-color: #E6F24A;
}
</style>
border-color css
<style>
span { border-color: #E6F24A; }
span { border-color: rgb(230,242,74); }
td.TdClassName
{
border-color: #E6F24A;
}
.TagClassName
{
border-color: #E6F24A;
}
</style>