Html Css Color HEX #EDF060 Honeysuckle

📋 copy color: '#EDF060'

red 237 ◦ green 240 ◦ blue 96

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

Shades of Honeysuckle #EDF060

Tints of Honeysuckle #EDF060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.75%

R = 41.36%
G = 41.88%
B = 16.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#EDF060 (or 0xEDF060) is known color: Honeysuckle. HEX triplet: ED, F0 and 60. RGB value is (237,240,96). Sum of RGB (Red+Green+Blue) = 237+240+96=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 96 (37.89% from 255 or 16.75% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF060 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF060 is #120F9F. Grayscale: #DFDFDF. Windows color (decimal): -1183648 or 6353133. OLE color: 6353133.

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

Color convert

RGB 237 240 96 -
CMYK 0.01 0 0.6 0.06
HSL 61.25º 0.83% 0.66% -
HSV(B) 61.25º 0.6% 0.94% -
XYZ 68.2 81.17 23.14 -
YUV 222.69 56.51 138.21 -
System Red Green Blue C M Y K H S L
Decimal 237 240 96 0.01 0 0.6 0.06 61.25 0.83 0.66
Hex ED F0 60 1 0 3C 6 3D 53 42
Octal 355 360 140 1 0 74 6 75 123 102
Binary 11101101 11110000 1100000 1 0 111100 110 111101 1010011 1000010

Color Harmonies of #EDF060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF060

Black with #EDF060

Text Example


Text Example

White with #EDF060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF060; }

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

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

background-color css

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

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

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

border-color css

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

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

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