Html Css Color HEX #EDF948 Paris Daisy

📋 copy color: '#EDF948'

red 237 ◦ green 249 ◦ blue 72

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

Shades of Paris Daisy #EDF948

Tints of Paris Daisy #EDF948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 12.9%

R = 42.47%
G = 44.62%
B = 12.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#EDF948 (or 0xEDF948) is known color: Paris Daisy. HEX triplet: ED, F9 and 48. RGB value is (237,249,72). Sum of RGB (Red+Green+Blue) = 237+249+72=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 72 (28.52% from 255 or 12.90% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF948 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF948 is #1206B7. Grayscale: #E1E1E1. Windows color (decimal): -1181368 or 4782573. OLE color: 4782573.

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

Color convert

RGB 237 249 72 -
CMYK 0.05 0 0.71 0.02
HSL 64.07º 0.94% 0.63% -
HSV(B) 64.07º 0.71% 0.98% -
XYZ 69.97 86.22 19.09 -
YUV 225.23 41.52 136.39 -
System Red Green Blue C M Y K H S L
Decimal 237 249 72 0.05 0 0.71 0.02 64.07 0.94 0.63
Hex ED F9 48 5 0 47 2 40 5E 3F
Octal 355 371 110 5 0 107 2 100 136 77
Binary 11101101 11111001 1001000 101 0 1000111 10 1000000 1011110 111111

Color Harmonies of #EDF948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF948

Black with #EDF948

Text Example


Text Example

White with #EDF948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF948; }

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

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

background-color css

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

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

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

border-color css

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

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

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