#ECED6A

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

Shades of Honeysuckle #ECED6A

Tints of Honeysuckle #ECED6A

Color information

#ECED6A (or 0xECED6A) is unknown color: approx Honeysuckle. HEX triplet: EC, ED and 6A. RGB value is (236,237,106). Sum of RGB (Red+Green+Blue) = 236+237+106=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 106 (41.80% from 255 or 18.31% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED6A is #131295. Grayscale: #DEDEDE. Windows color (decimal): -1249942 or 7007724. OLE color: 7007724.

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

Color convert

RGB236237106-
CMYK0.0000.550.07
HSL60.46º78.44%67.25%-
HSV(B)60.46º55.27%92.94%-
XYZ67.4879.4425.41-
YUV221.7762.67138.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.76%
GREEN value IS 237 (92.97% from 255) = 40.93%
BLUE value IS 106 (41.80% from 255) = 18.31%
R=40.76%
G=40.93%
B=18.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362371060.0000.550.0760.4678.4467.25
HexECED6A003773c4e43
Octal3543551520067774116103
Binary111011001110110111010100011011111111110010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECED6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECED6A; }

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

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

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

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

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

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

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

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