Html Css Color HEX #EDF050 Paris Daisy

📋 copy color: '#EDF050'

red 237 ◦ green 240 ◦ blue 80

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

Shades of Paris Daisy #EDF050

Tints of Paris Daisy #EDF050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.36%

R = 42.55%
G = 43.09%
B = 14.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EDF050 (or 0xEDF050) is known color: Paris Daisy. HEX triplet: ED, F0 and 50. RGB value is (237,240,80). Sum of RGB (Red+Green+Blue) = 237+240+80=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 80 (31.64% from 255 or 14.36% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF050 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF050 is #120FAF. Grayscale: #DDDDDD. Windows color (decimal): -1183664 or 5304557. OLE color: 5304557.

HSL color Cylindrical-coordinate representation of color #EDF050: hue angle of 61.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDF050 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 80 -
CMYK 0.01 0 0.67 0.06
HSL 61.13º 0.84% 0.63% -
HSV(B) 61.13º 0.67% 0.94% -
XYZ 67.53 80.9 19.65 -
YUV 220.86 48.51 139.51 -
System Red Green Blue C M Y K H S L
Decimal 237 240 80 0.01 0 0.67 0.06 61.13 0.84 0.63
Hex ED F0 50 1 0 43 6 3D 54 3F
Octal 355 360 120 1 0 103 6 75 124 77
Binary 11101101 11110000 1010000 1 0 1000011 110 111101 1010100 111111

Color Harmonies of #EDF050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF050

Black with #EDF050

Text Example


Text Example

White with #EDF050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF050; }

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

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

background-color css

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

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

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

border-color css

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

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

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