#EAF24D

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

Shades of Paris Daisy #EAF24D

Tints of Paris Daisy #EAF24D

Color information

#EAF24D (or 0xEAF24D) is unknown color: approx Paris Daisy. HEX triplet: EA, F2 and 4D. RGB value is (234,242,77). Sum of RGB (Red+Green+Blue) = 234+242+77=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 77 (30.47% from 255 or 13.92% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF24D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF24D is #150DB2. Grayscale: #DDDDDD. Windows color (decimal): -1379763 or 5108458. OLE color: 5108458.

HSL color Cylindrical-coordinate representation of color #EAF24D: hue angle of 62.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAF24D is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB23424277-
CMYK0.0300.680.05
HSL62.91º86.39%62.55%-
HSV(B)62.91º68.18%94.9%-
XYZ67.0281.5319.23-
YUV220.846.85137.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 242 (94.92% from 255) = 43.76%
BLUE value IS 77 (30.47% from 255) = 13.92%
R=42.31%
G=43.76%
B=13.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234242770.0300.680.0562.9186.3962.55
HexEAF24D304453f563f
Octal3523621153010457712677
Binary1110101011110010100110111010001001011111111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF24D; }

 p { color: rgb(234,242,77); }

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

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

 a { background-color: rgb(234,242,77); }

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

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

 span { border-color: rgb(234,242,77); }

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