#EBAE70

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

Shades of Harvest Gold #EBAE70

Tints of Harvest Gold #EBAE70

Color information

#EBAE70 (or 0xEBAE70) is unknown color: approx Harvest Gold. HEX triplet: EB, AE and 70. RGB value is (235,174,112). Sum of RGB (Red+Green+Blue) = 235+174+112=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAE70 is #14518F. Grayscale: #B9B9B9. Windows color (decimal): -1331600 or 7384811. OLE color: 7384811.

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

Color convert

RGB235174112-
CMYK00.260.520.08
HSL30.24º75.46%68.04%-
HSV(B)30.24º52.34%92.16%-
XYZ52.3249.122.05-
YUV185.1786.71163.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 112 (44.14% from 255) = 21.50%
R=45.11%
G=33.40%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517411200.260.520.0830.2475.4668.04
HexEBAE7001A3481e4b44
Octal353256160032641036113104
Binary1110101110101110111000001101011010010001111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAE70; }

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

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

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

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

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

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

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

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