#EBAF71

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

Shades of Harvest Gold #EBAF71

Tints of Harvest Gold #EBAF71

Color information

#EBAF71 (or 0xEBAF71) is unknown color: approx Harvest Gold. HEX triplet: EB, AF and 71. RGB value is (235,175,113). Sum of RGB (Red+Green+Blue) = 235+175+113=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAF71 is #14508E. Grayscale: #BABABA. Windows color (decimal): -1331343 or 7450603. OLE color: 7450603.

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

Color convert

RGB235175113-
CMYK00.260.520.08
HSL30.49º75.31%68.24%-
HSV(B)30.49º51.91%92.16%-
XYZ52.5749.5122.41-
YUV185.8786.88163.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 113 (44.53% from 255) = 21.61%
R=44.93%
G=33.46%
B=21.61%

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
Decimal23517511300.260.520.0830.4975.3168.24
HexEBAF7101A3481e4b44
Octal353257161032641036113104
Binary1110101110101111111000101101011010010001111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAF71; }

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

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

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

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

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

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

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

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