Html Css Color HEX #EDF941 Paris Daisy

📋 copy color: '#EDF941'

red 237 ◦ green 249 ◦ blue 65

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

Shades of Paris Daisy #EDF941

Tints of Paris Daisy #EDF941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.8%

R = 43.01%
G = 45.19%
B = 11.8%

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

#EDF941 (or 0xEDF941) is known color: Paris Daisy. HEX triplet: ED, F9 and 41. RGB value is (237,249,65). Sum of RGB (Red+Green+Blue) = 237+249+65=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 65 (25.78% from 255 or 11.80% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF941 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF941 is #1206BE. Grayscale: #E1E1E1. Windows color (decimal): -1181375 or 4323821. OLE color: 4323821.

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

Color convert

RGB 237 249 65 -
CMYK 0.05 0 0.74 0.02
HSL 63.91º 0.94% 0.62% -
HSV(B) 63.91º 0.74% 0.98% -
XYZ 69.75 86.14 17.95 -
YUV 224.44 38.02 136.96 -
System Red Green Blue C M Y K H S L
Decimal 237 249 65 0.05 0 0.74 0.02 63.91 0.94 0.62
Hex ED F9 41 5 0 4A 2 40 5E 3E
Octal 355 371 101 5 0 112 2 100 136 76
Binary 11101101 11111001 1000001 101 0 1001010 10 1000000 1011110 111110

Color Harmonies of #EDF941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF941

Black with #EDF941

Text Example


Text Example

White with #EDF941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF941; }

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

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

background-color css

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

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

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

border-color css

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

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

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