#E6F94A

Color #E6F94A Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #E6F94A

Tints of Paris Daisy #E6F94A

Color information

#E6F94A (or 0xE6F94A) is unknown color: approx 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

RGB23024974-
CMYK0.0800.700.02
HSL66.51º93.58%63.33%-
HSV(B)66.51º70.28%97.65%-
XYZ67.7485.0719.33-
YUV223.3743.71132.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 41.59%
GREEN value IS 249 (97.66% from 255) = 45.03%
BLUE value IS 74 (29.30% from 255) = 13.38%
R=41.59%
G=45.03%
B=13.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal230249740.0800.700.0266.5193.5863.33
HexE6F94A80462435e3f
Octal346371112100106210313677
Binary111001101111100110010101000010001101010000111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>