Html Css Color HEX #EDF944 Paris Daisy

📋 copy color: '#EDF944'

red 237 ◦ green 249 ◦ blue 68

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

Shades of Paris Daisy #EDF944

Tints of Paris Daisy #EDF944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.27%

R = 42.78%
G = 44.95%
B = 12.27%

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

#EDF944 (or 0xEDF944) is known color: Paris Daisy. HEX triplet: ED, F9 and 44. RGB value is (237,249,68). Sum of RGB (Red+Green+Blue) = 237+249+68=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 68 (26.95% from 255 or 12.27% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF944 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF944 is #1206BB. Grayscale: #E1E1E1. Windows color (decimal): -1181372 or 4520429. OLE color: 4520429.

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

Color convert

RGB 237 249 68 -
CMYK 0.05 0 0.73 0.02
HSL 63.98º 0.94% 0.62% -
HSV(B) 63.98º 0.73% 0.98% -
XYZ 69.84 86.17 18.42 -
YUV 224.78 39.52 136.72 -
System Red Green Blue C M Y K H S L
Decimal 237 249 68 0.05 0 0.73 0.02 63.98 0.94 0.62
Hex ED F9 44 5 0 49 2 40 5E 3E
Octal 355 371 104 5 0 111 2 100 136 76
Binary 11101101 11111001 1000100 101 0 1001001 10 1000000 1011110 111110

Color Harmonies of #EDF944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF944

Black with #EDF944

Text Example


Text Example

White with #EDF944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF944; }

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

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

background-color css

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

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

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

border-color css

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

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

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