#EDF14A

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

Shades of Paris Daisy #EDF14A

Tints of Paris Daisy #EDF14A

Color information

#EDF14A (or 0xEDF14A) is unknown color: approx Paris Daisy. HEX triplet: ED, F1 and 4A. RGB value is (237,241,74). Sum of RGB (Red+Green+Blue) = 237+241+74=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 74 (29.30% from 255 or 13.41% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF14A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF14A is #120EB5. Grayscale: #DDDDDD. Windows color (decimal): -1183414 or 4911597. OLE color: 4911597.

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

Color convert

RGB23724174-
CMYK0.0200.690.05
HSL61.44º85.64%61.76%-
HSV(B)61.44º69.29%94.51%-
XYZ67.6281.4118.63-
YUV220.7745.17139.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 241 (94.53% from 255) = 43.66%
BLUE value IS 74 (29.30% from 255) = 13.41%
R=42.93%
G=43.66%
B=13.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237241740.0200.690.0561.4485.6461.76
HexEDF14A204553d563e
Octal3553611122010557512676
Binary1110110111110001100101010010001011011111011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF14A; }

 p { color: rgb(237,241,74); }

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

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

 a { background-color: rgb(237,241,74); }

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

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

 span { border-color: rgb(237,241,74); }

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