#EDF245

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

Shades of Paris Daisy #EDF245

Tints of Paris Daisy #EDF245

Color information

#EDF245 (or 0xEDF245) is unknown color: approx Paris Daisy. HEX triplet: ED, F2 and 45. RGB value is (237,242,69). Sum of RGB (Red+Green+Blue) = 237+242+69=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 69 (27.34% from 255 or 12.59% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF245 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF245 is #120DBA. Grayscale: #DDDDDD. Windows color (decimal): -1183163 or 4584173. OLE color: 4584173.

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

Color convert

RGB23724269-
CMYK0.0200.710.05
HSL61.73º86.93%60.98%-
HSV(B)61.73º71.49%94.9%-
XYZ67.7581.9417.88-
YUV220.7842.34139.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 242 (94.92% from 255) = 44.16%
BLUE value IS 69 (27.34% from 255) = 12.59%
R=43.25%
G=44.16%
B=12.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237242690.0200.710.0561.7386.9360.98
HexEDF245204753e573d
Octal3553621052010757612775
Binary1110110111110010100010110010001111011111101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF245; }

 p { color: rgb(237,242,69); }

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

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

 a { background-color: rgb(237,242,69); }

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

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

 span { border-color: rgb(237,242,69); }

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