#ECAE69

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

Shades of Harvest Gold #ECAE69

Tints of Harvest Gold #ECAE69

Color information

#ECAE69 (or 0xECAE69) is unknown color: approx Harvest Gold. HEX triplet: EC, AE and 69. RGB value is (236,174,105). Sum of RGB (Red+Green+Blue) = 236+174+105=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE69 is #135196. Grayscale: #B9B9B9. Windows color (decimal): -1266071 or 6926060. OLE color: 6926060.

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

Color convert

RGB236174105-
CMYK00.260.560.07
HSL31.6º77.51%66.86%-
HSV(B)31.6º55.51%92.55%-
XYZ52.2849.1220.09-
YUV184.6783.04164.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.83%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 105 (41.41% from 255) = 20.39%
R=45.83%
G=33.79%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617410500.260.560.0731.677.5166.86
HexECAE6901A387204e43
Octal35425615103270740116103
Binary1110110010101110110100101101011100011110000010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAE69; }

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

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

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

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

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

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

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

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