Html Css Color HEX #EDF942 Paris Daisy

📋 copy color: '#EDF942'

red 237 ◦ green 249 ◦ blue 66

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

Shades of Paris Daisy #EDF942

Tints of Paris Daisy #EDF942

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.11%

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

R = 42.93%
G = 45.11%
B = 11.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#EDF942 (or 0xEDF942) is known color: Paris Daisy. HEX triplet: ED, F9 and 42. RGB value is (237,249,66). Sum of RGB (Red+Green+Blue) = 237+249+66=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 66 (26.17% from 255 or 11.96% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF942 is #1206BD. Grayscale: #E1E1E1. Windows color (decimal): -1181374 or 4389357. OLE color: 4389357.

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

Color convert

RGB 237 249 66 -
CMYK 0.05 0 0.73 0.02
HSL 63.93º 0.94% 0.62% -
HSV(B) 63.93º 0.73% 0.98% -
XYZ 69.78 86.15 18.1 -
YUV 224.55 38.52 136.88 -
System Red Green Blue C M Y K H S L
Decimal 237 249 66 0.05 0 0.73 0.02 63.93 0.94 0.62
Hex ED F9 42 5 0 49 2 40 5E 3E
Octal 355 371 102 5 0 111 2 100 136 76
Binary 11101101 11111001 1000010 101 0 1001001 10 1000000 1011110 111110

Color Harmonies of #EDF942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF942

Black with #EDF942

Text Example


Text Example

White with #EDF942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF942; }

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

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

background-color css

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

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

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

border-color css

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

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

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