Shades of Paris Daisy #E7F14A
Tints of Paris Daisy #E7F14A
RGB
CMYK
RGB Variations
Color information
#E7F14A (or 0xE7F14A) is known color: Paris Daisy. HEX triplet: E7, F1 and 4A. RGB value is (231,241,74). Sum of RGB (Red+Green+Blue) = 231+241+74=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 74 (29.30% from 255 or 13.55% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #E7F14A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7F14A is #180EB5. Grayscale: #DBDBDB. Windows color (decimal): -1576630 or 4911591. OLE color: 4911591.
HSL color Cylindrical-coordinate representation of color #E7F14A: hue angle of 63.59º degrees, saturation: 0.86, 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 #E7F14A is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 241 | 74 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.05 |
| HSL | 63.59º | 0.86% | 0.62% | - |
| HSV(B) | 63.59º | 0.69% | 0.95% | - |
| XYZ | 65.65 | 80.39 | 18.54 | - |
| YUV | 218.97 | 46.19 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 241 | 74 | 0.04 | 0 | 0.69 | 0.05 | 63.59 | 0.86 | 0.62 |
| Hex | E7 | F1 | 4A | 4 | 0 | 45 | 5 | 40 | 56 | 3E |
| Octal | 347 | 361 | 112 | 4 | 0 | 105 | 5 | 100 | 126 | 76 |
| Binary | 11100111 | 11110001 | 1001010 | 100 | 0 | 1000101 | 101 | 1000000 | 1010110 | 111110 |
Color Harmonies of #E7F14A
Complementary color
Monochromatic Colors of #E7F14A
Black with #E7F14A
Text Example
Text Example
White with #E7F14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F14A; }
p { color: rgb(231,241,74); }
H1.HeaderClassName
{
color: #E7F14A;
}
.AnyTagClassName
{
color: #E7F14A;
}
</style>
background-color css
<style>
a { background-color: #E7F14A; }
a { background-color: rgb(231,241,74); }
div.DivClassName
{
background-color: #E7F14A;
}
.BgClassName
{
background-color: #E7F14A;
}
</style>
border-color css
<style>
span { border-color: #E7F14A; }
span { border-color: rgb(231,241,74); }
td.TdClassName
{
border-color: #E7F14A;
}
.TagClassName
{
border-color: #E7F14A;
}
</style>