Html Css Color HEX #EDF041 Paris Daisy

📋 copy color: '#EDF041'

red 237 ◦ green 240 ◦ blue 65

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

Shades of Paris Daisy #EDF041

Tints of Paris Daisy #EDF041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.99%

R = 43.73%
G = 44.28%
B = 11.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EDF041 (or 0xEDF041) is known color: Paris Daisy. HEX triplet: ED, F0 and 41. RGB value is (237,240,65). Sum of RGB (Red+Green+Blue) = 237+240+65=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 65 (25.78% from 255 or 11.99% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF041 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF041 is #120FBE. Grayscale: #DBDBDB. Windows color (decimal): -1183679 or 4321517. OLE color: 4321517.

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

Color convert

RGB 237 240 65 -
CMYK 0.01 0 0.73 0.06
HSL 61.03º 0.85% 0.6% -
HSV(B) 61.03º 0.73% 0.94% -
XYZ 67.04 80.71 17.05 -
YUV 219.15 41.01 140.73 -
System Red Green Blue C M Y K H S L
Decimal 237 240 65 0.01 0 0.73 0.06 61.03 0.85 0.6
Hex ED F0 41 1 0 49 6 3D 55 3C
Octal 355 360 101 1 0 111 6 75 125 74
Binary 11101101 11110000 1000001 1 0 1001001 110 111101 1010101 111100

Color Harmonies of #EDF041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF041

Black with #EDF041

Text Example


Text Example

White with #EDF041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF041; }

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

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

background-color css

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

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

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

border-color css

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

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

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