#EBB16D

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

Shades of Harvest Gold #EBB16D

Tints of Harvest Gold #EBB16D

Color information

#EBB16D (or 0xEBB16D) is unknown color: approx Harvest Gold. HEX triplet: EB, B1 and 6D. RGB value is (235,177,109). Sum of RGB (Red+Green+Blue) = 235+177+109=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB16D is #144E92. Grayscale: #BABABA. Windows color (decimal): -1330835 or 7188971. OLE color: 7188971.

HSL color Cylindrical-coordinate representation of color #EBB16D: hue angle of 32.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBB16D is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB235177109-
CMYK00.250.540.08
HSL32.38º75.9%67.45%-
HSV(B)32.38º53.62%92.16%-
XYZ52.7450.2121.38-
YUV186.5984.22162.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 109 (42.97% from 255) = 20.92%
R=45.11%
G=33.97%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517710900.250.540.0832.3875.967.45
HexEBB16D019368204c43
Octal353261155031661040114103
Binary11101011101100011101101011001110110100010000010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB16D; }

 p { color: rgb(235,177,109); }

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

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

 a { background-color: rgb(235,177,109); }

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

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

 span { border-color: rgb(235,177,109); }

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