#EBBF72

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

Shades of Harvest Gold #EBBF72

Tints of Harvest Gold #EBBF72

Color information

#EBBF72 (or 0xEBBF72) is unknown color: approx Harvest Gold. HEX triplet: EB, BF and 72. RGB value is (235,191,114). Sum of RGB (Red+Green+Blue) = 235+191+114=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBF72 is #14408D. Grayscale: #C3C3C3. Windows color (decimal): -1327246 or 7520235. OLE color: 7520235.

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

Color convert

RGB235191114-
CMYK00.190.510.08
HSL38.18º75.16%68.43%-
HSV(B)38.18º51.49%92.16%-
XYZ55.9356.1423.81-
YUV195.3882.08156.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.52%
GREEN value IS 191 (75% from 255) = 35.37%
BLUE value IS 114 (44.92% from 255) = 21.11%
R=43.52%
G=35.37%
B=21.11%

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
Decimal23519111400.190.510.0838.1875.1668.43
HexEBBF72013338264b44
Octal353277162023631046113104
Binary11101011101111111110010010011110011100010011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBF72; }

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

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

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

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

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

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

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

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