Html Css Color HEX #EDF356 Paris Daisy

📋 copy color: '#EDF356'

red 237 ◦ green 243 ◦ blue 86

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

Shades of Paris Daisy #EDF356

Tints of Paris Daisy #EDF356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.19%

R = 41.87%
G = 42.93%
B = 15.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#EDF356 (or 0xEDF356) is known color: Paris Daisy. HEX triplet: ED, F3 and 56. RGB value is (237,243,86). Sum of RGB (Red+Green+Blue) = 237+243+86=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 86 (33.98% from 255 or 15.19% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF356 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF356 is #120CA9. Grayscale: #DFDFDF. Windows color (decimal): -1182890 or 5698541. OLE color: 5698541.

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

Color convert

RGB 237 243 86 -
CMYK 0.02 0 0.65 0.05
HSL 62.29º 0.87% 0.65% -
HSV(B) 62.29º 0.65% 0.95% -
XYZ 68.66 82.78 21.16 -
YUV 223.31 50.51 137.77 -
System Red Green Blue C M Y K H S L
Decimal 237 243 86 0.02 0 0.65 0.05 62.29 0.87 0.65
Hex ED F3 56 2 0 41 5 3E 57 41
Octal 355 363 126 2 0 101 5 76 127 101
Binary 11101101 11110011 1010110 10 0 1000001 101 111110 1010111 1000001

Color Harmonies of #EDF356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF356

Black with #EDF356

Text Example


Text Example

White with #EDF356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF356; }

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

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

background-color css

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

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

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

border-color css

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

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

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