Html Css Color HEX #EDF046 Paris Daisy

📋 copy color: '#EDF046'

red 237 ◦ green 240 ◦ blue 70

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

Shades of Paris Daisy #EDF046

Tints of Paris Daisy #EDF046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.8%

R = 43.33%
G = 43.88%
B = 12.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EDF046 (or 0xEDF046) is known color: Paris Daisy. HEX triplet: ED, F0 and 46. RGB value is (237,240,70). Sum of RGB (Red+Green+Blue) = 237+240+70=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 70 (27.73% from 255 or 12.80% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF046 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF046 is #120FB9. Grayscale: #DCDCDC. Windows color (decimal): -1183674 or 4649197. OLE color: 4649197.

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

Color convert

RGB 237 240 70 -
CMYK 0.01 0 0.71 0.06
HSL 61.06º 0.85% 0.61% -
HSV(B) 61.06º 0.71% 0.94% -
XYZ 67.19 80.77 17.84 -
YUV 219.72 43.51 140.32 -
System Red Green Blue C M Y K H S L
Decimal 237 240 70 0.01 0 0.71 0.06 61.06 0.85 0.61
Hex ED F0 46 1 0 47 6 3D 55 3D
Octal 355 360 106 1 0 107 6 75 125 75
Binary 11101101 11110000 1000110 1 0 1000111 110 111101 1010101 111101

Color Harmonies of #EDF046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF046

Black with #EDF046

Text Example


Text Example

White with #EDF046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF046; }

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

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

background-color css

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

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

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

border-color css

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

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

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