Html Css Color HEX #EDF649 Paris Daisy

📋 copy color: '#EDF649'

red 237 ◦ green 246 ◦ blue 73

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

Shades of Paris Daisy #EDF649

Tints of Paris Daisy #EDF649

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.24%

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

R = 42.63%
G = 44.24%
B = 13.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#EDF649 (or 0xEDF649) is known color: Paris Daisy. HEX triplet: ED, F6 and 49. RGB value is (237,246,73). Sum of RGB (Red+Green+Blue) = 237+246+73=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 73 (28.91% from 255 or 13.13% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF649 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF649 is #1209B6. Grayscale: #E0E0E0. Windows color (decimal): -1182135 or 4847341. OLE color: 4847341.

HSL color Cylindrical-coordinate representation of color #EDF649: hue angle of 63.12º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDF649 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 73 -
CMYK 0.04 0 0.70 0.04
HSL 63.12º 0.91% 0.63% -
HSV(B) 63.12º 0.7% 0.96% -
XYZ 69.08 84.4 18.95 -
YUV 223.59 43.02 137.57 -
System Red Green Blue C M Y K H S L
Decimal 237 246 73 0.04 0 0.70 0.04 63.12 0.91 0.63
Hex ED F6 49 4 0 46 4 3F 5B 3F
Octal 355 366 111 4 0 106 4 77 133 77
Binary 11101101 11110110 1001001 100 0 1000110 100 111111 1011011 111111

Color Harmonies of #EDF649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF649

Black with #EDF649

Text Example


Text Example

White with #EDF649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF649; }

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

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

background-color css

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

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

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

border-color css

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

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

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