#ECBE6E

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

Shades of Harvest Gold #ECBE6E

Tints of Harvest Gold #ECBE6E

Color information

#ECBE6E (or 0xECBE6E) is unknown color: approx Harvest Gold. HEX triplet: EC, BE and 6E. RGB value is (236,190,110). Sum of RGB (Red+Green+Blue) = 236+190+110=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBE6E is #134191. Grayscale: #C2C2C2. Windows color (decimal): -1261970 or 7257836. OLE color: 7257836.

HSL color Cylindrical-coordinate representation of color #ECBE6E: hue angle of 38.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECBE6E is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB236190110-
CMYK00.190.530.07
HSL38.1º76.83%67.84%-
HSV(B)38.1º53.39%92.55%-
XYZ55.8255.7922.58-
YUV194.6380.24157.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.03%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 110 (43.36% from 255) = 20.52%
R=44.03%
G=35.45%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619011000.190.530.0738.176.8367.84
HexECBE6E013357264d44
Octal35427615602365746115104
Binary1110110010111110110111001001111010111110011010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBE6E; }

 p { color: rgb(236,190,110); }

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

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

 a { background-color: rgb(236,190,110); }

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

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

 span { border-color: rgb(236,190,110); }

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