#EBBB73

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

Shades of Harvest Gold #EBBB73

Tints of Harvest Gold #EBBB73

Color information

#EBBB73 (or 0xEBBB73) is unknown color: approx Harvest Gold. HEX triplet: EB, BB and 73. RGB value is (235,187,115). Sum of RGB (Red+Green+Blue) = 235+187+115=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBB73 is #14448C. Grayscale: #C1C1C1. Windows color (decimal): -1328269 or 7584747. OLE color: 7584747.

HSL color Cylindrical-coordinate representation of color #EBBB73: hue angle of 36º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBBB73 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB235187115-
CMYK00.200.510.08
HSL36º75%68.63%-
HSV(B)36º51.06%92.16%-
XYZ55.1354.4423.82-
YUV193.1483.9157.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.76%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 115 (45.31% from 255) = 21.42%
R=43.76%
G=34.82%
B=21.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518711500.200.510.08367568.63
HexEBBB73014338244b45
Octal353273163024631044113105
Binary11101011101110111110011010100110011100010010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBB73; }

 p { color: rgb(235,187,115); }

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

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

 a { background-color: rgb(235,187,115); }

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

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

 span { border-color: rgb(235,187,115); }

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