Html Css Color HEX #EDF24A Paris Daisy

📋 copy color: '#EDF24A'

red 237 ◦ green 242 ◦ blue 74

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

Shades of Paris Daisy #EDF24A

Tints of Paris Daisy #EDF24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.38%

R = 42.86%
G = 43.76%
B = 13.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#EDF24A (or 0xEDF24A) is known color: Paris Daisy. HEX triplet: ED, F2 and 4A. RGB value is (237,242,74). Sum of RGB (Red+Green+Blue) = 237+242+74=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 74 (29.30% from 255 or 13.38% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF24A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF24A is #120DB5. Grayscale: #DEDEDE. Windows color (decimal): -1183158 or 4911853. OLE color: 4911853.

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

Color convert

RGB 237 242 74 -
CMYK 0.02 0 0.69 0.05
HSL 61.79º 0.87% 0.62% -
HSV(B) 61.79º 0.69% 0.95% -
XYZ 67.91 82 18.73 -
YUV 221.35 44.84 139.16 -
System Red Green Blue C M Y K H S L
Decimal 237 242 74 0.02 0 0.69 0.05 61.79 0.87 0.62
Hex ED F2 4A 2 0 45 5 3E 57 3E
Octal 355 362 112 2 0 105 5 76 127 76
Binary 11101101 11110010 1001010 10 0 1000101 101 111110 1010111 111110

Color Harmonies of #EDF24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF24A

Black with #EDF24A

Text Example


Text Example

White with #EDF24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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