#ECBA68

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

Shades of Harvest Gold #ECBA68

Tints of Harvest Gold #ECBA68

Color information

#ECBA68 (or 0xECBA68) is unknown color: approx Harvest Gold. HEX triplet: EC, BA and 68. RGB value is (236,186,104). Sum of RGB (Red+Green+Blue) = 236+186+104=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA68 is #134597. Grayscale: #BFBFBF. Windows color (decimal): -1263000 or 6863596. OLE color: 6863596.

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

Color convert

RGB236186104-
CMYK00.210.560.07
HSL37.27º77.65%66.67%-
HSV(B)37.27º55.93%92.55%-
XYZ54.6553.9520.63-
YUV191.678.56159.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.87%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 104 (41.02% from 255) = 19.77%
R=44.87%
G=35.36%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618610400.210.560.0737.2777.6566.67
HexECBA68015387254e43
Octal35427215002570745116103
Binary1110110010111010110100001010111100011110010110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBA68; }

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

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

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

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

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

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

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

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