#ECAE6B

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

Shades of Harvest Gold #ECAE6B

Tints of Harvest Gold #ECAE6B

Color information

#ECAE6B (or 0xECAE6B) is unknown color: approx Harvest Gold. HEX triplet: EC, AE and 6B. RGB value is (236,174,107). Sum of RGB (Red+Green+Blue) = 236+174+107=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE6B is #135194. Grayscale: #B9B9B9. Windows color (decimal): -1266069 or 7057132. OLE color: 7057132.

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

Color convert

RGB236174107-
CMYK00.260.550.07
HSL31.16º77.25%67.25%-
HSV(B)31.16º54.66%92.55%-
XYZ52.3849.1720.64-
YUV184.984.04164.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.65%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 107 (42.19% from 255) = 20.70%
R=45.65%
G=33.66%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617410700.260.550.0731.1677.2567.25
HexECAE6B01A3771f4d43
Octal35425615303267737115103
Binary111011001010111011010110110101101111111111110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAE6B; }

 p { color: rgb(236,174,107); }

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

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

 a { background-color: rgb(236,174,107); }

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

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

 span { border-color: rgb(236,174,107); }

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