Html Css Color HEX #EDF94A Paris Daisy

📋 copy color: '#EDF94A'

red 237 ◦ green 249 ◦ blue 74

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

Shades of Paris Daisy #EDF94A

Tints of Paris Daisy #EDF94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.21%

R = 42.32%
G = 44.46%
B = 13.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#EDF94A (or 0xEDF94A) is known color: Paris Daisy. HEX triplet: ED, F9 and 4A. RGB value is (237,249,74). Sum of RGB (Red+Green+Blue) = 237+249+74=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 74 (29.30% from 255 or 13.21% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF94A is #1206B5. Grayscale: #E2E2E2. Windows color (decimal): -1181366 or 4913645. OLE color: 4913645.

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

Color convert

RGB 237 249 74 -
CMYK 0.05 0 0.70 0.02
HSL 64.11º 0.94% 0.63% -
HSV(B) 64.11º 0.7% 0.98% -
XYZ 70.04 86.25 19.44 -
YUV 225.46 42.52 136.23 -
System Red Green Blue C M Y K H S L
Decimal 237 249 74 0.05 0 0.70 0.02 64.11 0.94 0.63
Hex ED F9 4A 5 0 46 2 40 5E 3F
Octal 355 371 112 5 0 106 2 100 136 77
Binary 11101101 11111001 1001010 101 0 1000110 10 1000000 1011110 111111

Color Harmonies of #EDF94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF94A

Black with #EDF94A

Text Example


Text Example

White with #EDF94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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