#ECED5F

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

Shades of Honeysuckle #ECED5F

Tints of Honeysuckle #ECED5F

Color information

#ECED5F (or 0xECED5F) is unknown color: approx Honeysuckle. HEX triplet: EC, ED and 5F. RGB value is (236,237,95). Sum of RGB (Red+Green+Blue) = 236+237+95=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 95 (37.5% from 255 or 16.73% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED5F is #1312A0. Grayscale: #DDDDDD. Windows color (decimal): -1249953 or 6286828. OLE color: 6286828.

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

Color convert

RGB23623795-
CMYK0.0000.600.07
HSL60.42º79.78%65.1%-
HSV(B)60.42º59.92%92.94%-
XYZ66.9479.2322.59-
YUV220.5157.17139.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.55%
GREEN value IS 237 (92.97% from 255) = 41.73%
BLUE value IS 95 (37.5% from 255) = 16.73%
R=41.55%
G=41.73%
B=16.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236237950.0000.600.0760.4279.7865.1
HexECED5F003C73c5041
Octal3543551370074774120101
Binary111011001110110110111110011110011111110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECED5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECED5F; }

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

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

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

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

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

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

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

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