Html Css Color HEX #EDF548 Paris Daisy

📋 copy color: '#EDF548'

red 237 ◦ green 245 ◦ blue 72

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

Shades of Paris Daisy #EDF548

Tints of Paris Daisy #EDF548

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.22%

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

R = 42.78%
G = 44.22%
B = 13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#EDF548 (or 0xEDF548) is known color: Paris Daisy. HEX triplet: ED, F5 and 48. RGB value is (237,245,72). Sum of RGB (Red+Green+Blue) = 237+245+72=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 72 (28.52% from 255 or 13.00% from 554); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF548 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF548 is #120AB7. Grayscale: #DFDFDF. Windows color (decimal): -1182392 or 4781549. OLE color: 4781549.

HSL color Cylindrical-coordinate representation of color #EDF548: hue angle of 62.77º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDF548 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 72 -
CMYK 0.03 0 0.71 0.04
HSL 62.77º 0.9% 0.62% -
HSV(B) 62.77º 0.71% 0.96% -
XYZ 68.75 83.78 18.68 -
YUV 222.89 42.85 138.07 -
System Red Green Blue C M Y K H S L
Decimal 237 245 72 0.03 0 0.71 0.04 62.77 0.9 0.62
Hex ED F5 48 3 0 47 4 3F 5A 3E
Octal 355 365 110 3 0 107 4 77 132 76
Binary 11101101 11110101 1001000 11 0 1000111 100 111111 1011010 111110

Color Harmonies of #EDF548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF548

Black with #EDF548

Text Example


Text Example

White with #EDF548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF548; }

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

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

background-color css

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

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

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

border-color css

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

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

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