#EBAE71

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

Shades of Harvest Gold #EBAE71

Tints of Harvest Gold #EBAE71

Color information

#EBAE71 (or 0xEBAE71) is unknown color: approx Harvest Gold. HEX triplet: EB, AE and 71. RGB value is (235,174,113). Sum of RGB (Red+Green+Blue) = 235+174+113=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAE71 is #14518E. Grayscale: #B9B9B9. Windows color (decimal): -1331599 or 7450347. OLE color: 7450347.

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

Color convert

RGB235174113-
CMYK00.260.520.08
HSL30º75.31%68.24%-
HSV(B)30º51.91%92.16%-
XYZ52.3849.1322.34-
YUV185.2887.21163.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 113 (44.53% from 255) = 21.65%
R=45.02%
G=33.33%
B=21.65%

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
Decimal23517411300.260.520.083075.3168.24
HexEBAE7101A3481e4b44
Octal353256161032641036113104
Binary1110101110101110111000101101011010010001111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAE71; }

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

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

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

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

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

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

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

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