#EBAF60

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

Shades of Harvest Gold #EBAF60

Tints of Harvest Gold #EBAF60

Color information

#EBAF60 (or 0xEBAF60) is unknown color: approx Harvest Gold. HEX triplet: EB, AF and 60. RGB value is (235,175,96). Sum of RGB (Red+Green+Blue) = 235+175+96=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAF60 is #14509F. Grayscale: #B8B8B8. Windows color (decimal): -1331360 or 6336491. OLE color: 6336491.

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

Color convert

RGB23517596-
CMYK00.260.590.08
HSL34.1º77.65%64.9%-
HSV(B)34.1º59.15%92.16%-
XYZ51.749.1717.83-
YUV183.9378.38164.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 96 (37.89% from 255) = 18.97%
R=46.44%
G=34.58%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351759600.260.590.0834.177.6564.9
HexEBAF6001A3B8224e41
Octal353257140032731042116101
Binary11101011101011111100000011010111011100010001010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAF60; }

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

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

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

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

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

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

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

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