#EBB06C

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

Shades of Harvest Gold #EBB06C

Tints of Harvest Gold #EBB06C

Color information

#EBB06C (or 0xEBB06C) is unknown color: approx Harvest Gold. HEX triplet: EB, B0 and 6C. RGB value is (235,176,108). Sum of RGB (Red+Green+Blue) = 235+176+108=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB06C is #144F93. Grayscale: #BABABA. Windows color (decimal): -1331092 or 7123179. OLE color: 7123179.

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

Color convert

RGB235176108-
CMYK00.250.540.08
HSL32.13º76.05%67.25%-
HSV(B)32.13º54.04%92.16%-
XYZ52.4949.821.03-
YUV185.8984.05163.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.28%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 108 (42.58% from 255) = 20.81%
R=45.28%
G=33.91%
B=20.81%

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
Decimal23517610800.250.540.0832.1376.0567.25
HexEBB06C019368204c43
Octal353260154031661040114103
Binary11101011101100001101100011001110110100010000010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB06C; }

 p { color: rgb(235,176,108); }

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

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

 a { background-color: rgb(235,176,108); }

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

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

 span { border-color: rgb(235,176,108); }

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