#EBBD72

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

Shades of Harvest Gold #EBBD72

Tints of Harvest Gold #EBBD72

Color information

#EBBD72 (or 0xEBBD72) is unknown color: approx Harvest Gold. HEX triplet: EB, BD and 72. RGB value is (235,189,114). Sum of RGB (Red+Green+Blue) = 235+189+114=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBD72 is #14428D. Grayscale: #C2C2C2. Windows color (decimal): -1327758 or 7519723. OLE color: 7519723.

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

Color convert

RGB235189114-
CMYK00.200.510.08
HSL37.19º75.16%68.43%-
HSV(B)37.19º51.49%92.16%-
XYZ55.555.2723.66-
YUV194.282.74157.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.68%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 114 (44.92% from 255) = 21.19%
R=43.68%
G=35.13%
B=21.19%

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
Decimal23518911400.200.510.0837.1975.1668.43
HexEBBD72014338254b44
Octal353275162024631045113104
Binary11101011101111011110010010100110011100010010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBD72; }

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

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

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

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

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

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

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

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