#EDF850

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

Shades of Paris Daisy #EDF850

Tints of Paris Daisy #EDF850

Color information

#EDF850 (or 0xEDF850) is unknown color: approx Paris Daisy. HEX triplet: ED, F8 and 50. RGB value is (237,248,80). Sum of RGB (Red+Green+Blue) = 237+248+80=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 80 (31.64% from 255 or 14.16% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF850 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF850 is #1207AF. Grayscale: #E2E2E2. Windows color (decimal): -1181616 or 5306605. OLE color: 5306605.

HSL color Cylindrical-coordinate representation of color #EDF850: hue angle of 63.93º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDF850 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB23724880-
CMYK0.0400.680.03
HSL63.93º92.31%64.31%-
HSV(B)63.93º67.74%97.25%-
XYZ69.9485.7220.45-
YUV225.5645.86136.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 248 (97.27% from 255) = 43.89%
BLUE value IS 80 (31.64% from 255) = 14.16%
R=41.95%
G=43.89%
B=14.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal237248800.0400.680.0363.9392.3164.31
HexEDF85040443405c40
Octal355370120401043100134100
Binary111011011111100010100001000100010011100000010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF850; }

 p { color: rgb(237,248,80); }

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

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

 a { background-color: rgb(237,248,80); }

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

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

 span { border-color: rgb(237,248,80); }

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