Html Css Color HEX #EDF044 Paris Daisy

📋 copy color: '#EDF044'

red 237 ◦ green 240 ◦ blue 68

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

Shades of Paris Daisy #EDF044

Tints of Paris Daisy #EDF044

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.04%

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

R = 43.49%
G = 44.04%
B = 12.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EDF044 (or 0xEDF044) is known color: Paris Daisy. HEX triplet: ED, F0 and 44. RGB value is (237,240,68). Sum of RGB (Red+Green+Blue) = 237+240+68=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 68 (26.95% from 255 or 12.48% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF044 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF044 is #120FBB. Grayscale: #DCDCDC. Windows color (decimal): -1183676 or 4518125. OLE color: 4518125.

HSL color Cylindrical-coordinate representation of color #EDF044: hue angle of 61.05º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDF044 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 68 -
CMYK 0.01 0 0.72 0.06
HSL 61.05º 0.85% 0.6% -
HSV(B) 61.05º 0.72% 0.94% -
XYZ 67.13 80.74 17.52 -
YUV 219.5 42.51 140.49 -
System Red Green Blue C M Y K H S L
Decimal 237 240 68 0.01 0 0.72 0.06 61.05 0.85 0.6
Hex ED F0 44 1 0 48 6 3D 55 3C
Octal 355 360 104 1 0 110 6 75 125 74
Binary 11101101 11110000 1000100 1 0 1001000 110 111101 1010101 111100

Color Harmonies of #EDF044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF044

Black with #EDF044

Text Example


Text Example

White with #EDF044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF044; }

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

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

background-color css

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

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

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

border-color css

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

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

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