Html Css Color HEX #EDF241 Paris Daisy

📋 copy color: '#EDF241'

red 237 ◦ green 242 ◦ blue 65

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

Shades of Paris Daisy #EDF241

Tints of Paris Daisy #EDF241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.49%

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

R = 43.57%
G = 44.49%
B = 11.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#EDF241 (or 0xEDF241) is known color: Paris Daisy. HEX triplet: ED, F2 and 41. RGB value is (237,242,65). Sum of RGB (Red+Green+Blue) = 237+242+65=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 65 (25.78% from 255 or 11.95% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF241 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF241 is #120DBE. Grayscale: #DDDDDD. Windows color (decimal): -1183167 or 4322029. OLE color: 4322029.

HSL color Cylindrical-coordinate representation of color #EDF241: hue angle of 61.69º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDF241 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 65 -
CMYK 0.02 0 0.73 0.05
HSL 61.69º 0.87% 0.6% -
HSV(B) 61.69º 0.73% 0.95% -
XYZ 67.63 81.89 17.24 -
YUV 220.33 40.34 139.89 -
System Red Green Blue C M Y K H S L
Decimal 237 242 65 0.02 0 0.73 0.05 61.69 0.87 0.6
Hex ED F2 41 2 0 49 5 3E 57 3C
Octal 355 362 101 2 0 111 5 76 127 74
Binary 11101101 11110010 1000001 10 0 1001001 101 111110 1010111 111100

Color Harmonies of #EDF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF241

Black with #EDF241

Text Example


Text Example

White with #EDF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF241; }

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

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

background-color css

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

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

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

border-color css

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

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

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