Html Css Color HEX #EDF24C Paris Daisy

📋 copy color: '#EDF24C'

red 237 ◦ green 242 ◦ blue 76

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

Shades of Paris Daisy #EDF24C

Tints of Paris Daisy #EDF24C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.69%

R = 42.7%
G = 43.6%
B = 13.69%

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

#EDF24C (or 0xEDF24C) is known color: Paris Daisy. HEX triplet: ED, F2 and 4C. RGB value is (237,242,76). Sum of RGB (Red+Green+Blue) = 237+242+76=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 76 (30.08% from 255 or 13.69% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF24C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF24C is #120DB3. Grayscale: #DEDEDE. Windows color (decimal): -1183156 or 5042925. OLE color: 5042925.

HSL color Cylindrical-coordinate representation of color #EDF24C: hue angle of 61.81º degrees, saturation: 0.86, 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 #EDF24C is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 76 -
CMYK 0.02 0 0.69 0.05
HSL 61.81º 0.86% 0.62% -
HSV(B) 61.81º 0.69% 0.95% -
XYZ 67.98 82.03 19.09 -
YUV 221.58 45.84 139 -
System Red Green Blue C M Y K H S L
Decimal 237 242 76 0.02 0 0.69 0.05 61.81 0.86 0.62
Hex ED F2 4C 2 0 45 5 3E 56 3E
Octal 355 362 114 2 0 105 5 76 126 76
Binary 11101101 11110010 1001100 10 0 1000101 101 111110 1010110 111110

Color Harmonies of #EDF24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF24C

Black with #EDF24C

Text Example


Text Example

White with #EDF24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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