Shades of Paris Daisy #E6F14D
Tints of Paris Daisy #E6F14D
RGB
CMYK
RGB Variations
Color information
#E6F14D (or 0xE6F14D) is known color: Paris Daisy. HEX triplet: E6, F1 and 4D. RGB value is (230,241,77). Sum of RGB (Red+Green+Blue) = 230+241+77=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 77 (30.47% from 255 or 14.05% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F14D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F14D is #190EB2. Grayscale: #DBDBDB. Windows color (decimal): -1642163 or 5108198. OLE color: 5108198.
HSL color Cylindrical-coordinate representation of color #E6F14D: hue angle of 64.02º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6F14D is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 77 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.05 |
| HSL | 64.02º | 0.85% | 0.62% | - |
| HSV(B) | 64.02º | 0.68% | 0.95% | - |
| XYZ | 65.43 | 80.27 | 19.07 | - |
| YUV | 219.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 77 | 0.05 | 0 | 0.68 | 0.05 | 64.02 | 0.85 | 0.62 |
| Hex | E6 | F1 | 4D | 5 | 0 | 44 | 5 | 40 | 55 | 3E |
| Octal | 346 | 361 | 115 | 5 | 0 | 104 | 5 | 100 | 125 | 76 |
| Binary | 11100110 | 11110001 | 1001101 | 101 | 0 | 1000100 | 101 | 1000000 | 1010101 | 111110 |
Color Harmonies of #E6F14D
Complementary color
Monochromatic Colors of #E6F14D
Black with #E6F14D
Text Example
Text Example
White with #E6F14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F14D; }
p { color: rgb(230,241,77); }
H1.HeaderClassName
{
color: #E6F14D;
}
.AnyTagClassName
{
color: #E6F14D;
}
</style>
background-color css
<style>
a { background-color: #E6F14D; }
a { background-color: rgb(230,241,77); }
div.DivClassName
{
background-color: #E6F14D;
}
.BgClassName
{
background-color: #E6F14D;
}
</style>
border-color css
<style>
span { border-color: #E6F14D; }
span { border-color: rgb(230,241,77); }
td.TdClassName
{
border-color: #E6F14D;
}
.TagClassName
{
border-color: #E6F14D;
}
</style>