#ECBA6A

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

Shades of Harvest Gold #ECBA6A

Tints of Harvest Gold #ECBA6A

Color information

#ECBA6A (or 0xECBA6A) is unknown color: approx Harvest Gold. HEX triplet: EC, BA and 6A. RGB value is (236,186,106). Sum of RGB (Red+Green+Blue) = 236+186+106=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA6A is #134595. Grayscale: #C0C0C0. Windows color (decimal): -1262998 or 6994668. OLE color: 6994668.

HSL color Cylindrical-coordinate representation of color #ECBA6A: hue angle of 36.92º degrees, saturation: 0.77, 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 #ECBA6A is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB236186106-
CMYK00.210.550.07
HSL36.92º77.38%67.06%-
HSV(B)36.92º55.08%92.55%-
XYZ54.7553.9921.17-
YUV191.8379.56159.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 106 (41.80% from 255) = 20.08%
R=44.70%
G=35.23%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618610600.210.550.0736.9277.3867.06
HexECBA6A015377254d43
Octal35427215202567745115103
Binary1110110010111010110101001010111011111110010110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBA6A; }

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

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

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

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

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

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

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

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