#EDF544

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

Shades of Paris Daisy #EDF544

Tints of Paris Daisy #EDF544

Color information

#EDF544 (or 0xEDF544) is unknown color: approx Paris Daisy. HEX triplet: ED, F5 and 44. RGB value is (237,245,68). Sum of RGB (Red+Green+Blue) = 237+245+68=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 68 (26.95% from 255 or 12.36% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF544 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF544 is #120ABB. Grayscale: #DFDFDF. Windows color (decimal): -1182396 or 4519405. OLE color: 4519405.

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

Color convert

RGB23724568-
CMYK0.0300.720.04
HSL62.71º89.85%61.37%-
HSV(B)62.71º72.24%96.08%-
XYZ68.6283.7318.01-
YUV222.4340.85138.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.09%
GREEN value IS 245 (96.09% from 255) = 44.55%
BLUE value IS 68 (26.95% from 255) = 12.36%
R=43.09%
G=44.55%
B=12.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal237245680.0300.720.0462.7189.8561.37
HexEDF544304843f5a3d
Octal3553651043011047713275
Binary1110110111110101100010011010010001001111111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF544; }

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

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

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

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

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

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

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

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