#EBAD70

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

Shades of Harvest Gold #EBAD70

Tints of Harvest Gold #EBAD70

Color information

#EBAD70 (or 0xEBAD70) is unknown color: approx Harvest Gold. HEX triplet: EB, AD and 70. RGB value is (235,173,112). Sum of RGB (Red+Green+Blue) = 235+173+112=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAD70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAD70 is #14528F. Grayscale: #B8B8B8. Windows color (decimal): -1331856 or 7384555. OLE color: 7384555.

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

Color convert

RGB235173112-
CMYK00.260.520.08
HSL29.76º75.46%68.04%-
HSV(B)29.76º52.34%92.16%-
XYZ52.1348.7221.99-
YUV184.5887.04163.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.19%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 112 (44.14% from 255) = 21.54%
R=45.19%
G=33.27%
B=21.54%

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
Decimal23517311200.260.520.0829.7675.4668.04
HexEBAD7001A3481e4b44
Octal353255160032641036113104
Binary1110101110101101111000001101011010010001111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAD70; }

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

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

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

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

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

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

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

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