#ecd680

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

Shades of Flax #ECD680

Tints of Flax #ECD680

Color information

#ECD680 (or 0xECD680) is unknown color: approx Flax. HEX triplet: EC, D6 and 80. RGB value is (236,214,128). Sum of RGB (Red+Green+Blue) = 236+214+128=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD680 is #13297F. Grayscale: #D3D3D3. Windows color (decimal): -1255808 or 8443628. OLE color: 8443628.

HSL color Cylindrical-coordinate representation of color #ECD680: hue angle of 47.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECD680 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB236214128-
CMYK00.090.460.07
HSL47.78º73.97%71.37%-
HSV(B)47.78º45.76%92.55%-
XYZ62.5367.4830.15-
YUV210.7781.29145.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.83%
GREEN value IS 214 (83.98% from 255) = 37.02%
BLUE value IS 128 (50.39% from 255) = 22.15%
R=40.83%
G=37.02%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621412800.090.460.0747.7873.9771.37
HexECD680092E7304a47
Octal35432620001156760112107
Binary1110110011010110100000000100110111011111000010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecd680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecd680; }

 p { color: rgb(236,214,128); }

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

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

 a { background-color: rgb(236,214,128); }

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

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

 span { border-color: rgb(236,214,128); }

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