#EDFA45

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

Shades of Paris Daisy #EDFA45

Tints of Paris Daisy #EDFA45

Color information

#EDFA45 (or 0xEDFA45) is unknown color: approx Paris Daisy. HEX triplet: ED, FA and 45. RGB value is (237,250,69). Sum of RGB (Red+Green+Blue) = 237+250+69=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 69 (27.34% from 255 or 12.41% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFA45 is #1205BA. Grayscale: #E2E2E2. Windows color (decimal): -1181115 or 4586221. OLE color: 4586221.

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

Color convert

RGB23725069-
CMYK0.0500.720.02
HSL64.31º94.76%62.55%-
HSV(B)64.31º72.4%98.04%-
XYZ70.1886.8118.69-
YUV225.4839.69136.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 250 (98.05% from 255) = 44.96%
BLUE value IS 69 (27.34% from 255) = 12.41%
R=42.63%
G=44.96%
B=12.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal237250690.0500.720.0264.3194.7662.55
HexEDFA4550482405f3f
Octal35537210550110210013777
Binary11101101111110101000101101010010001010000001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFA45; }

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

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

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

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

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

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

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

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