#EFBB72

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

Shades of Harvest Gold #EFBB72

Tints of Harvest Gold #EFBB72

Color information

#EFBB72 (or 0xEFBB72) is unknown color: approx Harvest Gold. HEX triplet: EF, BB and 72. RGB value is (239,187,114). Sum of RGB (Red+Green+Blue) = 239+187+114=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBB72 is #10448D. Grayscale: #C2C2C2. Windows color (decimal): -1066126 or 7519215. OLE color: 7519215.

HSL color Cylindrical-coordinate representation of color #EFBB72: hue angle of 35.04º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFBB72 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB239187114-
CMYK00.220.520.06
HSL35.04º79.62%69.22%-
HSV(B)35.04º52.3%93.73%-
XYZ56.455.1123.58-
YUV194.2382.73159.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.26%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 114 (44.92% from 255) = 21.11%
R=44.26%
G=34.63%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918711400.220.520.0635.0479.6269.22
HexEFBB72016346235045
Octal35727316202664643120105
Binary1110111110111011111001001011011010011010001110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBB72; }

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

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

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

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

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

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

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

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