Shades of Paris Daisy #E6F94A
Tints of Paris Daisy #E6F94A
RGB
CMYK
RGB Variations
Color information
#E6F94A (or 0xE6F94A) is known color: Paris Daisy. HEX triplet: E6, F9 and 4A. RGB value is (230,249,74). Sum of RGB (Red+Green+Blue) = 230+249+74=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 74 (29.30% from 255 or 13.38% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #E6F94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F94A is #1906B5. Grayscale: #E0E0E0. Windows color (decimal): -1640118 or 4913638. OLE color: 4913638.
HSL color Cylindrical-coordinate representation of color #E6F94A: hue angle of 66.51º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6F94A is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 249 | 74 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.02 |
| HSL | 66.51º | 0.94% | 0.63% | - |
| HSV(B) | 66.51º | 0.7% | 0.98% | - |
| XYZ | 67.74 | 85.07 | 19.33 | - |
| YUV | 223.37 | 43.71 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 249 | 74 | 0.08 | 0 | 0.70 | 0.02 | 66.51 | 0.94 | 0.63 |
| Hex | E6 | F9 | 4A | 8 | 0 | 46 | 2 | 43 | 5E | 3F |
| Octal | 346 | 371 | 112 | 10 | 0 | 106 | 2 | 103 | 136 | 77 |
| Binary | 11100110 | 11111001 | 1001010 | 1000 | 0 | 1000110 | 10 | 1000011 | 1011110 | 111111 |
Color Harmonies of #E6F94A
Complementary color
Monochromatic Colors of #E6F94A
Black with #E6F94A
Text Example
Text Example
White with #E6F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F94A; }
p { color: rgb(230,249,74); }
H1.HeaderClassName
{
color: #E6F94A;
}
.AnyTagClassName
{
color: #E6F94A;
}
</style>
background-color css
<style>
a { background-color: #E6F94A; }
a { background-color: rgb(230,249,74); }
div.DivClassName
{
background-color: #E6F94A;
}
.BgClassName
{
background-color: #E6F94A;
}
</style>
border-color css
<style>
span { border-color: #E6F94A; }
span { border-color: rgb(230,249,74); }
td.TdClassName
{
border-color: #E6F94A;
}
.TagClassName
{
border-color: #E6F94A;
}
</style>