#EBBB71

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

Shades of Harvest Gold #EBBB71

Tints of Harvest Gold #EBBB71

Color information

#EBBB71 (or 0xEBBB71) is unknown color: approx Harvest Gold. HEX triplet: EB, BB and 71. RGB value is (235,187,113). Sum of RGB (Red+Green+Blue) = 235+187+113=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBB71 is #14448E. Grayscale: #C1C1C1. Windows color (decimal): -1328271 or 7453675. OLE color: 7453675.

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

Color convert

RGB235187113-
CMYK00.200.520.08
HSL36.39º75.31%68.24%-
HSV(B)36.39º51.91%92.16%-
XYZ55.0154.423.22-
YUV192.9282.9158.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.93%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 113 (44.53% from 255) = 21.12%
R=43.93%
G=34.95%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518711300.200.520.0836.3975.3168.24
HexEBBB71014348244b44
Octal353273161024641044113104
Binary11101011101110111110001010100110100100010010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBB71; }

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

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

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

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

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

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

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

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