Html Css Color HEX #EDF142 Paris Daisy

📋 copy color: '#EDF142'

red 237 ◦ green 241 ◦ blue 66

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

Shades of Paris Daisy #EDF142

Tints of Paris Daisy #EDF142

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.3%

 BLUE value IS 66 (26.17% from 255) = 12.13%

R = 43.57%
G = 44.3%
B = 12.13%

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

#EDF142 (or 0xEDF142) is known color: Paris Daisy. HEX triplet: ED, F1 and 42. RGB value is (237,241,66). Sum of RGB (Red+Green+Blue) = 237+241+66=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 66 (26.17% from 255 or 12.13% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF142 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF142 is #120EBD. Grayscale: #DCDCDC. Windows color (decimal): -1183422 or 4387309. OLE color: 4387309.

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

Color convert

RGB 237 241 66 -
CMYK 0.02 0 0.73 0.05
HSL 61.37º 0.86% 0.6% -
HSV(B) 61.37º 0.73% 0.95% -
XYZ 67.36 81.31 17.3 -
YUV 219.85 41.17 140.23 -
System Red Green Blue C M Y K H S L
Decimal 237 241 66 0.02 0 0.73 0.05 61.37 0.86 0.6
Hex ED F1 42 2 0 49 5 3D 56 3C
Octal 355 361 102 2 0 111 5 75 126 74
Binary 11101101 11110001 1000010 10 0 1001001 101 111101 1010110 111100

Color Harmonies of #EDF142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF142

Black with #EDF142

Text Example


Text Example

White with #EDF142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF142; }

 p { color: rgb(237,241,66); }

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

background-color css

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

 a { background-color: rgb(237,241,66); }

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

border-color css

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

 span { border-color: rgb(237,241,66); }

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