#EAF64E

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

Shades of Paris Daisy #EAF64E

Tints of Paris Daisy #EAF64E

Color information

#EAF64E (or 0xEAF64E) is unknown color: approx Paris Daisy. HEX triplet: EA, F6 and 4E. RGB value is (234,246,78). Sum of RGB (Red+Green+Blue) = 234+246+78=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 78 (30.86% from 255 or 13.98% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF64E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF64E is #1509B1. Grayscale: #DFDFDF. Windows color (decimal): -1378738 or 5175018. OLE color: 5175018.

HSL color Cylindrical-coordinate representation of color #EAF64E: hue angle of 64.29º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAF64E is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB23424678-
CMYK0.0500.680.04
HSL64.29º90.32%63.53%-
HSV(B)64.29º68.29%96.47%-
XYZ68.2683.9519.81-
YUV223.2646.02135.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 246 (96.48% from 255) = 44.09%
BLUE value IS 78 (30.86% from 255) = 13.98%
R=41.94%
G=44.09%
B=13.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal234246780.0500.680.0464.2990.3263.53
HexEAF64E50444405a40
Octal352366116501044100132100
Binary1110101011110110100111010101000100100100000010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF64E; }

 p { color: rgb(234,246,78); }

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

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

 a { background-color: rgb(234,246,78); }

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

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

 span { border-color: rgb(234,246,78); }

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