#EBBE72

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

Shades of Harvest Gold #EBBE72

Tints of Harvest Gold #EBBE72

Color information

#EBBE72 (or 0xEBBE72) is unknown color: approx Harvest Gold. HEX triplet: EB, BE and 72. RGB value is (235,190,114). Sum of RGB (Red+Green+Blue) = 235+190+114=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE72 is #14418D. Grayscale: #C3C3C3. Windows color (decimal): -1327502 or 7519979. OLE color: 7519979.

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

Color convert

RGB235190114-
CMYK00.190.510.08
HSL37.69º75.16%68.43%-
HSV(B)37.69º51.49%92.16%-
XYZ55.7155.723.74-
YUV194.7982.41156.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.60%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 114 (44.92% from 255) = 21.15%
R=43.60%
G=35.25%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519011400.190.510.0837.6975.1668.43
HexEBBE72013338264b44
Octal353276162023631046113104
Binary11101011101111101110010010011110011100010011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBE72; }

 p { color: rgb(235,190,114); }

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

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

 a { background-color: rgb(235,190,114); }

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

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

 span { border-color: rgb(235,190,114); }

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