#EDF454

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

Shades of Paris Daisy #EDF454

Tints of Paris Daisy #EDF454

Color information

#EDF454 (or 0xEDF454) is unknown color: approx Paris Daisy. HEX triplet: ED, F4 and 54. RGB value is (237,244,84). Sum of RGB (Red+Green+Blue) = 237+244+84=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 84 (33.20% from 255 or 14.87% from 565); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF454 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF454 is #120BAB. Grayscale: #E0E0E0. Windows color (decimal): -1182636 or 5567725. OLE color: 5567725.

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

Color convert

RGB23724484-
CMYK0.0300.660.04
HSL62.62º87.91%64.31%-
HSV(B)62.62º65.57%95.69%-
XYZ68.8883.3520.84-
YUV223.6749.18137.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 244 (95.70% from 255) = 43.19%
BLUE value IS 84 (33.20% from 255) = 14.87%
R=41.95%
G=43.19%
B=14.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal237244840.0300.660.0462.6287.9164.31
HexEDF454304243f5840
Octal35536412430102477130100
Binary11101101111101001010100110100001010011111110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF454; }

 p { color: rgb(237,244,84); }

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

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

 a { background-color: rgb(237,244,84); }

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

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

 span { border-color: rgb(237,244,84); }

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