#EBB96C

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

Shades of Harvest Gold #EBB96C

Tints of Harvest Gold #EBB96C

Color information

#EBB96C (or 0xEBB96C) is unknown color: approx Harvest Gold. HEX triplet: EB, B9 and 6C. RGB value is (235,185,108). Sum of RGB (Red+Green+Blue) = 235+185+108=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB96C is #144693. Grayscale: #BFBFBF. Windows color (decimal): -1328788 or 7125483. OLE color: 7125483.

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

Color convert

RGB235185108-
CMYK00.210.540.08
HSL36.38º76.05%67.25%-
HSV(B)36.38º54.04%92.16%-
XYZ54.3253.4421.64-
YUV191.1781.06159.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.51%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 108 (42.58% from 255) = 20.45%
R=44.51%
G=35.04%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518510800.210.540.0836.3876.0567.25
HexEBB96C015368244c43
Octal353271154025661044114103
Binary11101011101110011101100010101110110100010010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB96C; }

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

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

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

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

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

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

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

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