Html Css Color HEX #EDF048 Paris Daisy

📋 copy color: '#EDF048'

red 237 ◦ green 240 ◦ blue 72

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

Shades of Paris Daisy #EDF048

Tints of Paris Daisy #EDF048

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.72%

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

R = 43.17%
G = 43.72%
B = 13.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#EDF048 (or 0xEDF048) is known color: Paris Daisy. HEX triplet: ED, F0 and 48. RGB value is (237,240,72). Sum of RGB (Red+Green+Blue) = 237+240+72=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 72 (28.52% from 255 or 13.11% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF048 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF048 is #120FB7. Grayscale: #DCDCDC. Windows color (decimal): -1183672 or 4780269. OLE color: 4780269.

HSL color Cylindrical-coordinate representation of color #EDF048: hue angle of 61.07º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDF048 is Cyan = 0.01, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 72 -
CMYK 0.01 0 0.7 0.06
HSL 61.07º 0.85% 0.61% -
HSV(B) 61.07º 0.7% 0.94% -
XYZ 67.25 80.79 18.18 -
YUV 219.95 44.51 140.16 -
System Red Green Blue C M Y K H S L
Decimal 237 240 72 0.01 0 0.7 0.06 61.07 0.85 0.61
Hex ED F0 48 1 0 46 6 3D 55 3D
Octal 355 360 110 1 0 106 6 75 125 75
Binary 11101101 11110000 1001000 1 0 1000110 110 111101 1010101 111101

Color Harmonies of #EDF048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF048

Black with #EDF048

Text Example


Text Example

White with #EDF048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF048; }

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

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

background-color css

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

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

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

border-color css

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

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

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