#EBB371

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

Shades of Harvest Gold #EBB371

Tints of Harvest Gold #EBB371

Color information

#EBB371 (or 0xEBB371) is unknown color: approx Harvest Gold. HEX triplet: EB, B3 and 71. RGB value is (235,179,113). Sum of RGB (Red+Green+Blue) = 235+179+113=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB371 is #144C8E. Grayscale: #BCBCBC. Windows color (decimal): -1330319 or 7451627. OLE color: 7451627.

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

Color convert

RGB235179113-
CMYK00.240.520.08
HSL32.46º75.31%68.24%-
HSV(B)32.46º51.91%92.16%-
XYZ53.3651.0922.67-
YUV188.2285.55161.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.59%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 113 (44.53% from 255) = 21.44%
R=44.59%
G=33.97%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517911300.240.520.0832.4675.3168.24
HexEBB371018348204b44
Octal353263161030641040113104
Binary11101011101100111110001011000110100100010000010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB371; }

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

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

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

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

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

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

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

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