Html Css Color HEX #EDF059 Honeysuckle

📋 copy color: '#EDF059'

red 237 ◦ green 240 ◦ blue 89

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

Shades of Honeysuckle #EDF059

Tints of Honeysuckle #EDF059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 15.72%

R = 41.87%
G = 42.4%
B = 15.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EDF059 (or 0xEDF059) is known color: Honeysuckle. HEX triplet: ED, F0 and 59. RGB value is (237,240,89). Sum of RGB (Red+Green+Blue) = 237+240+89=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 89 (35.16% from 255 or 15.72% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF059 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF059 is #120FA6. Grayscale: #DEDEDE. Windows color (decimal): -1183655 or 5894381. OLE color: 5894381.

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

Color convert

RGB 237 240 89 -
CMYK 0.01 0 0.63 0.06
HSL 61.19º 0.83% 0.65% -
HSV(B) 61.19º 0.63% 0.94% -
XYZ 67.89 81.05 21.52 -
YUV 221.89 53.01 138.78 -
System Red Green Blue C M Y K H S L
Decimal 237 240 89 0.01 0 0.63 0.06 61.19 0.83 0.65
Hex ED F0 59 1 0 3F 6 3D 53 41
Octal 355 360 131 1 0 77 6 75 123 101
Binary 11101101 11110000 1011001 1 0 111111 110 111101 1010011 1000001

Color Harmonies of #EDF059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF059

Black with #EDF059

Text Example


Text Example

White with #EDF059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF059; }

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

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

background-color css

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

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

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

border-color css

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

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

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