#EDF442

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

Shades of Paris Daisy #EDF442

Tints of Paris Daisy #EDF442

Color information

#EDF442 (or 0xEDF442) is unknown color: approx Paris Daisy. HEX triplet: ED, F4 and 42. RGB value is (237,244,66). Sum of RGB (Red+Green+Blue) = 237+244+66=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 66 (26.17% from 255 or 12.07% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF442 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF442 is #120BBD. Grayscale: #DEDEDE. Windows color (decimal): -1182654 or 4388077. OLE color: 4388077.

HSL color Cylindrical-coordinate representation of color #EDF442: hue angle of 62.36º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDF442 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB23724466-
CMYK0.0300.730.04
HSL62.36º89%60.78%-
HSV(B)62.36º72.95%95.69%-
XYZ68.2683.117.6-
YUV221.6140.18138.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 244 (95.70% from 255) = 44.61%
BLUE value IS 66 (26.17% from 255) = 12.07%
R=43.33%
G=44.61%
B=12.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal237244660.0300.730.0462.368960.78
HexEDF442304943e593d
Octal3553641023011147613175
Binary1110110111110100100001011010010011001111101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF442; }

 p { color: rgb(237,244,66); }

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

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

 a { background-color: rgb(237,244,66); }

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

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

 span { border-color: rgb(237,244,66); }

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