Html Css Color HEX #EDF860 Honeysuckle

📋 copy color: '#EDF860'

red 237 ◦ green 248 ◦ blue 96

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

Shades of Honeysuckle #EDF860

Tints of Honeysuckle #EDF860

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.69%

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

R = 40.79%
G = 42.69%
B = 16.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#EDF860 (or 0xEDF860) is known color: Honeysuckle. HEX triplet: ED, F8 and 60. RGB value is (237,248,96). Sum of RGB (Red+Green+Blue) = 237+248+96=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 96 (37.89% from 255 or 16.52% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF860 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF860 is #12079F. Grayscale: #E3E3E3. Windows color (decimal): -1181600 or 6355181. OLE color: 6355181.

HSL color Cylindrical-coordinate representation of color #EDF860: hue angle of 64.34º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDF860 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 96 -
CMYK 0.04 0 0.61 0.03
HSL 64.34º 0.92% 0.67% -
HSV(B) 64.34º 0.61% 0.97% -
XYZ 70.6 85.98 23.94 -
YUV 227.38 53.86 134.86 -
System Red Green Blue C M Y K H S L
Decimal 237 248 96 0.04 0 0.61 0.03 64.34 0.92 0.67
Hex ED F8 60 4 0 3D 3 40 5C 43
Octal 355 370 140 4 0 75 3 100 134 103
Binary 11101101 11111000 1100000 100 0 111101 11 1000000 1011100 1000011

Color Harmonies of #EDF860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF860

Black with #EDF860

Text Example


Text Example

White with #EDF860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF860; }

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

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

background-color css

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

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

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

border-color css

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

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

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