#EBBB72

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

Shades of Harvest Gold #EBBB72

Tints of Harvest Gold #EBBB72

Color information

#EBBB72 (or 0xEBBB72) is unknown color: approx Harvest Gold. HEX triplet: EB, BB and 72. RGB value is (235,187,114). Sum of RGB (Red+Green+Blue) = 235+187+114=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBB72 is #14448D. Grayscale: #C1C1C1. Windows color (decimal): -1328270 or 7519211. OLE color: 7519211.

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

Color convert

RGB235187114-
CMYK00.200.510.08
HSL36.2º75.16%68.43%-
HSV(B)36.2º51.49%92.16%-
XYZ55.0754.4223.52-
YUV193.0383.4157.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.84%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 114 (44.92% from 255) = 21.27%
R=43.84%
G=34.89%
B=21.27%

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
Decimal23518711400.200.510.0836.275.1668.43
HexEBBB72014338244b44
Octal353273162024631044113104
Binary11101011101110111110010010100110011100010010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBB72; }

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

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

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

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

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

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

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

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