#EDF64E

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

Shades of Paris Daisy #EDF64E

Tints of Paris Daisy #EDF64E

Color information

#EDF64E (or 0xEDF64E) is unknown color: approx Paris Daisy. HEX triplet: ED, F6 and 4E. RGB value is (237,246,78). Sum of RGB (Red+Green+Blue) = 237+246+78=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 78 (30.86% from 255 or 13.90% from 561); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF64E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF64E is #1209B1. Grayscale: #E0E0E0. Windows color (decimal): -1182130 or 5175021. OLE color: 5175021.

HSL color Cylindrical-coordinate representation of color #EDF64E: hue angle of 63.21º 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 #EDF64E is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB23724678-
CMYK0.0400.680.04
HSL63.21º90.32%63.53%-
HSV(B)63.21º68.29%96.47%-
XYZ69.2684.4719.86-
YUV224.1645.52137.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 246 (96.48% from 255) = 43.85%
BLUE value IS 78 (30.86% from 255) = 13.90%
R=42.25%
G=43.85%
B=13.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal237246780.0400.680.0463.2190.3263.53
HexEDF64E404443f5a40
Octal35536611640104477132100
Binary111011011111011010011101000100010010011111110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF64E; }

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

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

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

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

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

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

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

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