#EDF944

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

Shades of Paris Daisy #EDF944

Tints of Paris Daisy #EDF944

Color information

#EDF944 (or 0xEDF944) is unknown color: approx Paris Daisy. HEX triplet: ED, F9 and 44. RGB value is (237,249,68). Sum of RGB (Red+Green+Blue) = 237+249+68=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 68 (26.95% from 255 or 12.27% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF944 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF944 is #1206BB. Grayscale: #E1E1E1. Windows color (decimal): -1181372 or 4520429. OLE color: 4520429.

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

Color convert

RGB23724968-
CMYK0.0500.730.02
HSL63.98º93.78%62.16%-
HSV(B)63.98º72.69%97.65%-
XYZ69.8486.1718.42-
YUV224.7839.52136.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 249 (97.66% from 255) = 44.95%
BLUE value IS 68 (26.95% from 255) = 12.27%
R=42.78%
G=44.95%
B=12.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal237249680.0500.730.0263.9893.7862.16
HexEDF94450492405e3e
Octal35537110450111210013676
Binary11101101111110011000100101010010011010000001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF944; }

 p { color: rgb(237,249,68); }

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

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

 a { background-color: rgb(237,249,68); }

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

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

 span { border-color: rgb(237,249,68); }

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