Shades of Paris Daisy #E6F945
Tints of Paris Daisy #E6F945
RGB
CMYK
RGB Variations
Color information
#E6F945 (or 0xE6F945) is known color: Paris Daisy. HEX triplet: E6, F9 and 45. RGB value is (230,249,69). Sum of RGB (Red+Green+Blue) = 230+249+69=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 69 (27.34% from 255 or 12.59% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #E6F945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F945 is #1906BA. Grayscale: #DFDFDF. Windows color (decimal): -1640123 or 4585958. OLE color: 4585958.
HSL color Cylindrical-coordinate representation of color #E6F945: hue angle of 66.33º 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 #E6F945 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 249 | 69 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.02 |
| HSL | 66.33º | 0.94% | 0.62% | - |
| HSV(B) | 66.33º | 0.72% | 0.98% | - |
| XYZ | 67.58 | 85 | 18.48 | - |
| YUV | 222.8 | 41.21 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 249 | 69 | 0.08 | 0 | 0.72 | 0.02 | 66.33 | 0.94 | 0.62 |
| Hex | E6 | F9 | 45 | 8 | 0 | 48 | 2 | 42 | 5E | 3E |
| Octal | 346 | 371 | 105 | 10 | 0 | 110 | 2 | 102 | 136 | 76 |
| Binary | 11100110 | 11111001 | 1000101 | 1000 | 0 | 1001000 | 10 | 1000010 | 1011110 | 111110 |
Color Harmonies of #E6F945
Complementary color
Monochromatic Colors of #E6F945
Black with #E6F945
Text Example
Text Example
White with #E6F945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F945; }
p { color: rgb(230,249,69); }
H1.HeaderClassName
{
color: #E6F945;
}
.AnyTagClassName
{
color: #E6F945;
}
</style>
background-color css
<style>
a { background-color: #E6F945; }
a { background-color: rgb(230,249,69); }
div.DivClassName
{
background-color: #E6F945;
}
.BgClassName
{
background-color: #E6F945;
}
</style>
border-color css
<style>
span { border-color: #E6F945; }
span { border-color: rgb(230,249,69); }
td.TdClassName
{
border-color: #E6F945;
}
.TagClassName
{
border-color: #E6F945;
}
</style>