Html Css Color HEX #EDF740 Paris Daisy

📋 copy color: '#EDF740'

red 237 ◦ green 247 ◦ blue 64

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

Shades of Paris Daisy #EDF740

Tints of Paris Daisy #EDF740

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.07%

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

R = 43.25%
G = 45.07%
B = 11.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#EDF740 (or 0xEDF740) is known color: Paris Daisy. HEX triplet: ED, F7 and 40. RGB value is (237,247,64). Sum of RGB (Red+Green+Blue) = 237+247+64=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 64 (25.39% from 255 or 11.68% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF740 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF740 is #1208BF. Grayscale: #DFDFDF. Windows color (decimal): -1181888 or 4257773. OLE color: 4257773.

HSL color Cylindrical-coordinate representation of color #EDF740: hue angle of 63.28º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDF740 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 64 -
CMYK 0.04 0 0.74 0.03
HSL 63.28º 0.92% 0.61% -
HSV(B) 63.28º 0.74% 0.97% -
XYZ 69.11 84.9 17.59 -
YUV 223.15 38.19 137.88 -
System Red Green Blue C M Y K H S L
Decimal 237 247 64 0.04 0 0.74 0.03 63.28 0.92 0.61
Hex ED F7 40 4 0 4A 3 3F 5C 3D
Octal 355 367 100 4 0 112 3 77 134 75
Binary 11101101 11110111 1000000 100 0 1001010 11 111111 1011100 111101

Color Harmonies of #EDF740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF740

Black with #EDF740

Text Example


Text Example

White with #EDF740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF740; }

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

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

background-color css

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

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

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

border-color css

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

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

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