#EDEC61

Color #EDEC61 Honeysuckle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honeysuckle #EDEC61

Tints of Honeysuckle #EDEC61

Color information

#EDEC61 (or 0xEDEC61) is unknown color: approx Honeysuckle. HEX triplet: ED, EC and 61. RGB value is (237,236,97). Sum of RGB (Red+Green+Blue) = 237+236+97=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 97 (38.28% from 255 or 17.02% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC61 is #12139E. Grayscale: #DDDDDD. Windows color (decimal): -1184671 or 6417645. OLE color: 6417645.

HSL color Cylindrical-coordinate representation of color #EDEC61: hue angle of 59.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDEC61 is Cyan = 0, Magento = 0.00, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23723697-
CMYK00.000.590.07
HSL59.57º79.55%65.49%-
HSV(B)59.57º59.07%92.94%-
XYZ67.0878.8623-
YUV220.4558.33139.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 236 (92.58% from 255) = 41.40%
BLUE value IS 97 (38.28% from 255) = 17.02%
R=41.58%
G=41.40%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372369700.000.590.0759.5779.5565.49
HexEDEC61003B73c5041
Octal3553541410073774120101
Binary111011011110110011000010011101111111110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC61; }

 p { color: rgb(237,236,97); }

 H1.HeaderClassName
 {
   color: #EDEC61;
 }
 .AnyTagClassName
 {
   color: #EDEC61;
 }
</style>
background-color css

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

 a { background-color: rgb(237,236,97); }

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

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

 span { border-color: rgb(237,236,97); }

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