#EBBB74

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

Shades of Harvest Gold #EBBB74

Tints of Harvest Gold #EBBB74

Color information

#EBBB74 (or 0xEBBB74) is unknown color: approx Harvest Gold. HEX triplet: EB, BB and 74. RGB value is (235,187,116). Sum of RGB (Red+Green+Blue) = 235+187+116=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBB74 is #14448B. Grayscale: #C1C1C1. Windows color (decimal): -1328268 or 7650283. OLE color: 7650283.

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

Color convert

RGB235187116-
CMYK00.200.510.08
HSL35.8º74.84%68.82%-
HSV(B)35.8º50.64%92.16%-
XYZ55.1854.4624.13-
YUV193.2684.4157.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.68%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 116 (45.70% from 255) = 21.56%
R=43.68%
G=34.76%
B=21.56%

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
Decimal23518711600.200.510.0835.874.8468.82
HexEBBB74014338244b45
Octal353273164024631044113105
Binary11101011101110111110100010100110011100010010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBB74; }

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

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

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

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

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

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

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

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