#EBC167

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

Shades of Harvest Gold #EBC167

Tints of Harvest Gold #EBC167

Color information

#EBC167 (or 0xEBC167) is unknown color: approx Harvest Gold. HEX triplet: EB, C1 and 67. RGB value is (235,193,103). Sum of RGB (Red+Green+Blue) = 235+193+103=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC167 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC167 is #143E98. Grayscale: #C3C3C3. Windows color (decimal): -1326745 or 6799851. OLE color: 6799851.

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

Color convert

RGB235193103-
CMYK00.180.560.08
HSL40.91º76.74%66.27%-
HSV(B)40.91º56.17%92.16%-
XYZ55.7856.7820.85-
YUV195.375.91156.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 193 (75.78% from 255) = 36.35%
BLUE value IS 103 (40.62% from 255) = 19.40%
R=44.26%
G=36.35%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519310300.180.560.0840.9176.7466.27
HexEBC167012388294d42
Octal353301147022701051115102
Binary11101011110000011100111010010111000100010100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC167; }

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

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

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

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

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

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

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

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