#EDF04C

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

Shades of Paris Daisy #EDF04C

Tints of Paris Daisy #EDF04C

Color information

#EDF04C (or 0xEDF04C) is unknown color: approx Paris Daisy. HEX triplet: ED, F0 and 4C. RGB value is (237,240,76). Sum of RGB (Red+Green+Blue) = 237+240+76=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 76 (30.08% from 255 or 13.74% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF04C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF04C is #120FB3. Grayscale: #DDDDDD. Windows color (decimal): -1183668 or 5042413. OLE color: 5042413.

HSL color Cylindrical-coordinate representation of color #EDF04C: hue angle of 61.1º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDF04C is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB23724076-
CMYK0.0100.680.06
HSL61.1º84.54%61.96%-
HSV(B)61.1º68.33%94.12%-
XYZ67.3980.8518.89-
YUV220.4146.51139.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 240 (94.14% from 255) = 43.40%
BLUE value IS 76 (30.08% from 255) = 13.74%
R=42.86%
G=43.40%
B=13.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal237240760.0100.680.0661.184.5461.96
HexEDF04C104463d553e
Octal3553601141010467512576
Binary111011011111000010011001010001001101111011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF04C; }

 p { color: rgb(237,240,76); }

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

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

 a { background-color: rgb(237,240,76); }

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

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

 span { border-color: rgb(237,240,76); }

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