Html Css Color HEX #EDF940 Paris Daisy

📋 copy color: '#EDF940'

red 237 ◦ green 249 ◦ blue 64

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

Shades of Paris Daisy #EDF940

Tints of Paris Daisy #EDF940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.64%

R = 43.09%
G = 45.27%
B = 11.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#EDF940 (or 0xEDF940) is known color: Paris Daisy. HEX triplet: ED, F9 and 40. RGB value is (237,249,64). Sum of RGB (Red+Green+Blue) = 237+249+64=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 64 (25.39% from 255 or 11.64% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF940 is #1206BF. Grayscale: #E1E1E1. Windows color (decimal): -1181376 or 4258285. OLE color: 4258285.

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

Color convert

RGB 237 249 64 -
CMYK 0.05 0 0.74 0.02
HSL 63.89º 0.94% 0.61% -
HSV(B) 63.89º 0.74% 0.98% -
XYZ 69.73 86.13 17.8 -
YUV 224.32 37.52 137.04 -
System Red Green Blue C M Y K H S L
Decimal 237 249 64 0.05 0 0.74 0.02 63.89 0.94 0.61
Hex ED F9 40 5 0 4A 2 40 5E 3D
Octal 355 371 100 5 0 112 2 100 136 75
Binary 11101101 11111001 1000000 101 0 1001010 10 1000000 1011110 111101

Color Harmonies of #EDF940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF940

Black with #EDF940

Text Example


Text Example

White with #EDF940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF940; }

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

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

background-color css

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

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

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

border-color css

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

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

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