#EBAE6E

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

Shades of Harvest Gold #EBAE6E

Tints of Harvest Gold #EBAE6E

Color information

#EBAE6E (or 0xEBAE6E) is unknown color: approx Harvest Gold. HEX triplet: EB, AE and 6E. RGB value is (235,174,110). Sum of RGB (Red+Green+Blue) = 235+174+110=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAE6E is #145191. Grayscale: #B9B9B9. Windows color (decimal): -1331602 or 7253739. OLE color: 7253739.

HSL color Cylindrical-coordinate representation of color #EBAE6E: hue angle of 30.72º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EBAE6E is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB235174110-
CMYK00.260.530.08
HSL30.72º75.76%67.65%-
HSV(B)30.72º53.19%92.16%-
XYZ52.2149.0621.47-
YUV184.9485.71163.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.28%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 110 (43.36% from 255) = 21.19%
R=45.28%
G=33.53%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517411000.260.530.0830.7275.7667.65
HexEBAE6E01A3581f4c44
Octal353256156032651037114104
Binary1110101110101110110111001101011010110001111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAE6E; }

 p { color: rgb(235,174,110); }

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

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

 a { background-color: rgb(235,174,110); }

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

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

 span { border-color: rgb(235,174,110); }

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