Html Css Color HEX #EDF049 Paris Daisy

📋 copy color: '#EDF049'

red 237 ◦ green 240 ◦ blue 73

#EDF049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #EDF049

Tints of Paris Daisy #EDF049

RGB

 RED value IS 237 (92.97% from 255) = 43.09%

 GREEN value IS 240 (94.14% from 255) = 43.64%

 BLUE value IS 73 (28.91% from 255) = 13.27%

R = 43.09%
G = 43.64%
B = 13.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EDF049 (or 0xEDF049) is known color: Paris Daisy. HEX triplet: ED, F0 and 49. RGB value is (237,240,73). Sum of RGB (Red+Green+Blue) = 237+240+73=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 73 (28.91% from 255 or 13.27% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF049 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF049 is #120FB6. Grayscale: #DCDCDC. Windows color (decimal): -1183671 or 4845805. OLE color: 4845805.

HSL color Cylindrical-coordinate representation of color #EDF049: hue angle of 61.08º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDF049 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 73 -
CMYK 0.01 0 0.70 0.06
HSL 61.08º 0.85% 0.61% -
HSV(B) 61.08º 0.7% 0.94% -
XYZ 67.29 80.81 18.35 -
YUV 220.07 45.01 140.08 -
System Red Green Blue C M Y K H S L
Decimal 237 240 73 0.01 0 0.70 0.06 61.08 0.85 0.61
Hex ED F0 49 1 0 46 6 3D 55 3D
Octal 355 360 111 1 0 106 6 75 125 75
Binary 11101101 11110000 1001001 1 0 1000110 110 111101 1010101 111101

Color Harmonies of #EDF049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF049

Black with #EDF049

Text Example


Text Example

White with #EDF049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF049; }

 p { color: rgb(237,240,73); }

 H1.HeaderClassName
 {
   color: #EDF049;
 }
 .AnyTagClassName
 {
   color: #EDF049;
 }
</style>

background-color css

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

 a { background-color: rgb(237,240,73); }

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

border-color css

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

 span { border-color: rgb(237,240,73); }

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