#EBB967

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

Shades of Harvest Gold #EBB967

Tints of Harvest Gold #EBB967

Color information

#EBB967 (or 0xEBB967) is unknown color: approx Harvest Gold. HEX triplet: EB, B9 and 67. RGB value is (235,185,103). Sum of RGB (Red+Green+Blue) = 235+185+103=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB967 is #144698. Grayscale: #BEBEBE. Windows color (decimal): -1328793 or 6797803. OLE color: 6797803.

HSL color Cylindrical-coordinate representation of color #EBB967: hue angle of 37.27º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBB967 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB235185103-
CMYK00.210.560.08
HSL37.27º76.74%66.27%-
HSV(B)37.27º56.17%92.16%-
XYZ54.0653.3420.28-
YUV190.678.56159.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 185 (72.66% from 255) = 35.37%
BLUE value IS 103 (40.62% from 255) = 19.69%
R=44.93%
G=35.37%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518510300.210.560.0837.2776.7466.27
HexEBB967015388254d42
Octal353271147025701045115102
Binary11101011101110011100111010101111000100010010110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB967; }

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

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

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

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

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

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

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

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