Html Css Color HEX #EDF94F Paris Daisy

📋 copy color: '#EDF94F'

red 237 ◦ green 249 ◦ blue 79

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

Shades of Paris Daisy #EDF94F

Tints of Paris Daisy #EDF94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 13.98%

R = 41.95%
G = 44.07%
B = 13.98%

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

#EDF94F (or 0xEDF94F) is known color: Paris Daisy. HEX triplet: ED, F9 and 4F. RGB value is (237,249,79). Sum of RGB (Red+Green+Blue) = 237+249+79=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 79 (31.25% from 255 or 13.98% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF94F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF94F is #1206B0. Grayscale: #E2E2E2. Windows color (decimal): -1181361 or 5241325. OLE color: 5241325.

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

Color convert

RGB 237 249 79 -
CMYK 0.05 0 0.68 0.02
HSL 64.24º 0.93% 0.64% -
HSV(B) 64.24º 0.68% 0.98% -
XYZ 70.21 86.32 20.36 -
YUV 226.03 45.02 135.82 -
System Red Green Blue C M Y K H S L
Decimal 237 249 79 0.05 0 0.68 0.02 64.24 0.93 0.64
Hex ED F9 4F 5 0 44 2 40 5D 40
Octal 355 371 117 5 0 104 2 100 135 100
Binary 11101101 11111001 1001111 101 0 1000100 10 1000000 1011101 1000000

Color Harmonies of #EDF94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF94F

Black with #EDF94F

Text Example


Text Example

White with #EDF94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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