Shades of Paris Daisy #E7F945
Tints of Paris Daisy #E7F945
RGB
CMYK
RGB Variations
Color information
#E7F945 (or 0xE7F945) is known color: Paris Daisy. HEX triplet: E7, F9 and 45. RGB value is (231,249,69). Sum of RGB (Red+Green+Blue) = 231+249+69=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 69 (27.34% from 255 or 12.57% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #E7F945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7F945 is #1806BA. Grayscale: #DFDFDF. Windows color (decimal): -1574587 or 4585959. OLE color: 4585959.
HSL color Cylindrical-coordinate representation of color #E7F945: hue angle of 66º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7F945 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 249 | 69 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.02 |
| HSL | 66º | 0.94% | 0.62% | - |
| HSV(B) | 66º | 0.72% | 0.98% | - |
| XYZ | 67.9 | 85.17 | 18.49 | - |
| YUV | 223.1 | 41.04 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 249 | 69 | 0.07 | 0 | 0.72 | 0.02 | 66 | 0.94 | 0.62 |
| Hex | E7 | F9 | 45 | 7 | 0 | 48 | 2 | 42 | 5E | 3E |
| Octal | 347 | 371 | 105 | 7 | 0 | 110 | 2 | 102 | 136 | 76 |
| Binary | 11100111 | 11111001 | 1000101 | 111 | 0 | 1001000 | 10 | 1000010 | 1011110 | 111110 |
Color Harmonies of #E7F945
Complementary color
Monochromatic Colors of #E7F945
Black with #E7F945
Text Example
Text Example
White with #E7F945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F945; }
p { color: rgb(231,249,69); }
H1.HeaderClassName
{
color: #E7F945;
}
.AnyTagClassName
{
color: #E7F945;
}
</style>
background-color css
<style>
a { background-color: #E7F945; }
a { background-color: rgb(231,249,69); }
div.DivClassName
{
background-color: #E7F945;
}
.BgClassName
{
background-color: #E7F945;
}
</style>
border-color css
<style>
span { border-color: #E7F945; }
span { border-color: rgb(231,249,69); }
td.TdClassName
{
border-color: #E7F945;
}
.TagClassName
{
border-color: #E7F945;
}
</style>