#ebb970

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

Shades of Harvest Gold #EBB970

Tints of Harvest Gold #EBB970

Color information

#EBB970 (or 0xEBB970) is unknown color: approx Harvest Gold. HEX triplet: EB, B9 and 70. RGB value is (235,185,112). Sum of RGB (Red+Green+Blue) = 235+185+112=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB970 is #14468F. Grayscale: #BFBFBF. Windows color (decimal): -1328784 or 7387627. OLE color: 7387627.

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

Color convert

RGB235185112-
CMYK00.210.520.08
HSL35.61º75.46%68.04%-
HSV(B)35.61º52.34%92.16%-
XYZ54.5353.5322.79-
YUV191.6383.06158.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 112 (44.14% from 255) = 21.05%
R=44.17%
G=34.77%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518511200.210.520.0835.6175.4668.04
HexEBB970015348244b44
Octal353271160025641044113104
Binary11101011101110011110000010101110100100010010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebb970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebb970; }

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

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

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

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

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

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

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

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