#EAF049

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

Shades of Paris Daisy #EAF049

Tints of Paris Daisy #EAF049

Color information

#EAF049 (or 0xEAF049) is unknown color: approx Paris Daisy. HEX triplet: EA, F0 and 49. RGB value is (234,240,73). Sum of RGB (Red+Green+Blue) = 234+240+73=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 73 (28.91% from 255 or 13.35% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF049 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF049 is #150FB6. Grayscale: #DBDBDB. Windows color (decimal): -1380279 or 4845802. OLE color: 4845802.

HSL color Cylindrical-coordinate representation of color #EAF049: hue angle of 62.16º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAF049 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB23424073-
CMYK0.0200.700.06
HSL62.16º84.77%61.37%-
HSV(B)62.16º69.58%94.12%-
XYZ66.2980.2918.31-
YUV219.1745.51138.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 240 (94.14% from 255) = 43.88%
BLUE value IS 73 (28.91% from 255) = 13.35%
R=42.78%
G=43.88%
B=13.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal234240730.0200.700.0662.1684.7761.37
HexEAF049204663e553d
Octal3523601112010667612575
Binary1110101011110000100100110010001101101111101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF049; }

 p { color: rgb(234,240,73); }

 H1.HeaderClassName
 {
   color: #EAF049;
 }
 .AnyTagClassName
 {
   color: #EAF049;
 }
</style>
background-color css

<style>
 a { background-color: #EAF049; }

 a { background-color: rgb(234,240,73); }

 div.DivClassName
 {
   background-color: #EAF049;
 }
 .BgClassName
 {
   background-color: #EAF049;
 }
</style>
border-color css

<style>
 span { border-color: #EAF049; }

 span { border-color: rgb(234,240,73); }

 td.TdClassName
 {
   border-color: #EAF049;
 }
 .TagClassName
 {
   border-color: #EAF049;
 }
</style>