#EDEC66

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

Shades of Honeysuckle #EDEC66

Tints of Honeysuckle #EDEC66

Color information

#EDEC66 (or 0xEDEC66) is unknown color: approx Honeysuckle. HEX triplet: ED, EC and 66. RGB value is (237,236,102). Sum of RGB (Red+Green+Blue) = 237+236+102=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 102 (40.23% from 255 or 17.74% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC66 is #121399. Grayscale: #DDDDDD. Windows color (decimal): -1184666 or 6745325. OLE color: 6745325.

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

Color convert

RGB237236102-
CMYK00.000.570.07
HSL59.56º78.95%66.47%-
HSV(B)59.56º56.96%92.94%-
XYZ67.3278.9524.26-
YUV221.0260.83139.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 236 (92.58% from 255) = 41.04%
BLUE value IS 102 (40.23% from 255) = 17.74%
R=41.22%
G=41.04%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723610200.000.570.0759.5678.9566.47
HexEDEC66003973c4f42
Octal3553541460071774117102
Binary111011011110110011001100011100111111110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC66; }

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

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

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

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

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

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

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

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