Html Css Color HEX #EDF442 Paris Daisy

📋 copy color: '#EDF442'

red 237 ◦ green 244 ◦ blue 66

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

Shades of Paris Daisy #EDF442

Tints of Paris Daisy #EDF442

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.61%

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

R = 43.33%
G = 44.61%
B = 12.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#EDF442 (or 0xEDF442) is known color: Paris Daisy. HEX triplet: ED, F4 and 42. RGB value is (237,244,66). Sum of RGB (Red+Green+Blue) = 237+244+66=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 66 (26.17% from 255 or 12.07% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF442 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF442 is #120BBD. Grayscale: #DEDEDE. Windows color (decimal): -1182654 or 4388077. OLE color: 4388077.

HSL color Cylindrical-coordinate representation of color #EDF442: hue angle of 62.36º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDF442 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 66 -
CMYK 0.03 0 0.73 0.04
HSL 62.36º 0.89% 0.61% -
HSV(B) 62.36º 0.73% 0.96% -
XYZ 68.26 83.1 17.6 -
YUV 221.62 40.18 138.97 -
System Red Green Blue C M Y K H S L
Decimal 237 244 66 0.03 0 0.73 0.04 62.36 0.89 0.61
Hex ED F4 42 3 0 49 4 3E 59 3D
Octal 355 364 102 3 0 111 4 76 131 75
Binary 11101101 11110100 1000010 11 0 1001001 100 111110 1011001 111101

Color Harmonies of #EDF442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF442

Black with #EDF442

Text Example


Text Example

White with #EDF442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF442; }

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

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

background-color css

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

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

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

border-color css

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

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

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