Html Css Color HEX #EDF340 Paris Daisy

📋 copy color: '#EDF340'

red 237 ◦ green 243 ◦ blue 64

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

Shades of Paris Daisy #EDF340

Tints of Paris Daisy #EDF340

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.67%

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

R = 43.57%
G = 44.67%
B = 11.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#EDF340 (or 0xEDF340) is known color: Paris Daisy. HEX triplet: ED, F3 and 40. RGB value is (237,243,64). Sum of RGB (Red+Green+Blue) = 237+243+64=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 64 (25.39% from 255 or 11.76% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF340 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF340 is #120CBF. Grayscale: #DDDDDD. Windows color (decimal): -1182912 or 4256749. OLE color: 4256749.

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

Color convert

RGB 237 243 64 -
CMYK 0.02 0 0.74 0.05
HSL 62.01º 0.88% 0.6% -
HSV(B) 62.01º 0.74% 0.95% -
XYZ 67.9 82.48 17.19 -
YUV 220.8 39.51 139.55 -
System Red Green Blue C M Y K H S L
Decimal 237 243 64 0.02 0 0.74 0.05 62.01 0.88 0.6
Hex ED F3 40 2 0 4A 5 3E 58 3C
Octal 355 363 100 2 0 112 5 76 130 74
Binary 11101101 11110011 1000000 10 0 1001010 101 111110 1011000 111100

Color Harmonies of #EDF340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF340

Black with #EDF340

Text Example


Text Example

White with #EDF340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF340; }

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

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

background-color css

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

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

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

border-color css

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

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

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