Html Css Color HEX #EDF448 Paris Daisy

📋 copy color: '#EDF448'

red 237 ◦ green 244 ◦ blue 72

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

Shades of Paris Daisy #EDF448

Tints of Paris Daisy #EDF448

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.12%

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

R = 42.86%
G = 44.12%
B = 13.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#EDF448 (or 0xEDF448) is known color: Paris Daisy. HEX triplet: ED, F4 and 48. RGB value is (237,244,72). Sum of RGB (Red+Green+Blue) = 237+244+72=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 72 (28.52% from 255 or 13.02% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF448 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF448 is #120BB7. Grayscale: #DEDEDE. Windows color (decimal): -1182648 or 4781293. OLE color: 4781293.

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

Color convert

RGB 237 244 72 -
CMYK 0.03 0 0.70 0.04
HSL 62.44º 0.89% 0.62% -
HSV(B) 62.44º 0.7% 0.96% -
XYZ 68.45 83.17 18.58 -
YUV 222.3 43.18 138.49 -
System Red Green Blue C M Y K H S L
Decimal 237 244 72 0.03 0 0.70 0.04 62.44 0.89 0.62
Hex ED F4 48 3 0 46 4 3E 59 3E
Octal 355 364 110 3 0 106 4 76 131 76
Binary 11101101 11110100 1001000 11 0 1000110 100 111110 1011001 111110

Color Harmonies of #EDF448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF448

Black with #EDF448

Text Example


Text Example

White with #EDF448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF448; }

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

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

background-color css

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

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

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

border-color css

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

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

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