#EDF945

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

Shades of Paris Daisy #EDF945

Tints of Paris Daisy #EDF945

Color information

#EDF945 (or 0xEDF945) is unknown color: approx Paris Daisy. HEX triplet: ED, F9 and 45. RGB value is (237,249,69). Sum of RGB (Red+Green+Blue) = 237+249+69=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 69 (27.34% from 255 or 12.43% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF945 is #1206BA. Grayscale: #E1E1E1. Windows color (decimal): -1181371 or 4585965. OLE color: 4585965.

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

Color convert

RGB23724969-
CMYK0.0500.720.02
HSL64º93.75%62.35%-
HSV(B)64º72.29%97.65%-
XYZ69.8786.1918.58-
YUV224.8940.02136.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 249 (97.66% from 255) = 44.86%
BLUE value IS 69 (27.34% from 255) = 12.43%
R=42.70%
G=44.86%
B=12.43%

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
Decimal237249690.0500.720.026493.7562.35
HexEDF94550482405e3e
Octal35537110550110210013676
Binary11101101111110011000101101010010001010000001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF945; }

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

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

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

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

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

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

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

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