Html Css Color HEX #EDF240 Paris Daisy

📋 copy color: '#EDF240'

red 237 ◦ green 242 ◦ blue 64

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

Shades of Paris Daisy #EDF240

Tints of Paris Daisy #EDF240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.79%

R = 43.65%
G = 44.57%
B = 11.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#EDF240 (or 0xEDF240) is known color: Paris Daisy. HEX triplet: ED, F2 and 40. RGB value is (237,242,64). Sum of RGB (Red+Green+Blue) = 237+242+64=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 64 (25.39% from 255 or 11.79% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF240 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF240 is #120DBF. Grayscale: #DCDCDC. Windows color (decimal): -1183168 or 4256493. OLE color: 4256493.

HSL color Cylindrical-coordinate representation of color #EDF240: 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.74%. Process color model (Four color, CMYK) of #EDF240 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 64 -
CMYK 0.02 0 0.74 0.05
HSL 61.69º 0.87% 0.6% -
HSV(B) 61.69º 0.74% 0.95% -
XYZ 67.6 81.88 17.09 -
YUV 220.21 39.84 139.97 -
System Red Green Blue C M Y K H S L
Decimal 237 242 64 0.02 0 0.74 0.05 61.69 0.87 0.6
Hex ED F2 40 2 0 4A 5 3E 57 3C
Octal 355 362 100 2 0 112 5 76 127 74
Binary 11101101 11110010 1000000 10 0 1001010 101 111110 1010111 111100

Color Harmonies of #EDF240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF240

Black with #EDF240

Text Example


Text Example

White with #EDF240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF240; }

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

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

background-color css

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

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

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

border-color css

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

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

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