Html Css Color HEX #EDF950 Paris Daisy

📋 copy color: '#EDF950'

red 237 ◦ green 249 ◦ blue 80

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

Shades of Paris Daisy #EDF950

Tints of Paris Daisy #EDF950

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.99%

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

R = 41.87%
G = 43.99%
B = 14.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#EDF950 (or 0xEDF950) is known color: Paris Daisy. HEX triplet: ED, F9 and 50. RGB value is (237,249,80). Sum of RGB (Red+Green+Blue) = 237+249+80=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 80 (31.64% from 255 or 14.13% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF950 is #1206AF. Grayscale: #E2E2E2. Windows color (decimal): -1181360 or 5306861. OLE color: 5306861.

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

Color convert

RGB 237 249 80 -
CMYK 0.05 0 0.68 0.02
HSL 64.26º 0.93% 0.65% -
HSV(B) 64.26º 0.68% 0.98% -
XYZ 70.25 86.34 20.55 -
YUV 226.15 45.52 135.74 -
System Red Green Blue C M Y K H S L
Decimal 237 249 80 0.05 0 0.68 0.02 64.26 0.93 0.65
Hex ED F9 50 5 0 44 2 40 5D 41
Octal 355 371 120 5 0 104 2 100 135 101
Binary 11101101 11111001 1010000 101 0 1000100 10 1000000 1011101 1000001

Color Harmonies of #EDF950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF950

Black with #EDF950

Text Example


Text Example

White with #EDF950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF950; }

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

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

background-color css

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

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

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

border-color css

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

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

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