Html Css Color HEX #EDF056 Paris Daisy

📋 copy color: '#EDF056'

red 237 ◦ green 240 ◦ blue 86

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

Shades of Paris Daisy #EDF056

Tints of Paris Daisy #EDF056

RGB

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

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

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

R = 42.1%
G = 42.63%
B = 15.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EDF056 (or 0xEDF056) is known color: Paris Daisy. HEX triplet: ED, F0 and 56. RGB value is (237,240,86). Sum of RGB (Red+Green+Blue) = 237+240+86=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 86 (33.98% from 255 or 15.28% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF056 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF056 is #120FA9. Grayscale: #DEDEDE. Windows color (decimal): -1183658 or 5697773. OLE color: 5697773.

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

Color convert

RGB 237 240 86 -
CMYK 0.01 0 0.64 0.06
HSL 61.17º 0.84% 0.64% -
HSV(B) 61.17º 0.64% 0.94% -
XYZ 67.76 81 20.87 -
YUV 221.55 51.51 139.02 -
System Red Green Blue C M Y K H S L
Decimal 237 240 86 0.01 0 0.64 0.06 61.17 0.84 0.64
Hex ED F0 56 1 0 40 6 3D 54 40
Octal 355 360 126 1 0 100 6 75 124 100
Binary 11101101 11110000 1010110 1 0 1000000 110 111101 1010100 1000000

Color Harmonies of #EDF056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF056

Black with #EDF056

Text Example


Text Example

White with #EDF056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF056; }

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

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

background-color css

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

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

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

border-color css

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

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

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