#EBB16F

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

Shades of Harvest Gold #EBB16F

Tints of Harvest Gold #EBB16F

Color information

#EBB16F (or 0xEBB16F) is unknown color: approx Harvest Gold. HEX triplet: EB, B1 and 6F. RGB value is (235,177,111). Sum of RGB (Red+Green+Blue) = 235+177+111=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB16F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB16F is #144E90. Grayscale: #BBBBBB. Windows color (decimal): -1330833 or 7320043. OLE color: 7320043.

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

Color convert

RGB235177111-
CMYK00.250.530.08
HSL31.94º75.61%67.84%-
HSV(B)31.94º52.77%92.16%-
XYZ52.8550.2521.95-
YUV186.8285.22162.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 111 (43.75% from 255) = 21.22%
R=44.93%
G=33.84%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517711100.250.530.0831.9475.6167.84
HexEBB16F019358204c44
Octal353261157031651040114104
Binary11101011101100011101111011001110101100010000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB16F; }

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

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

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

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

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

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

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

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