#EBC06A

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

Shades of Harvest Gold #EBC06A

Tints of Harvest Gold #EBC06A

Color information

#EBC06A (or 0xEBC06A) is unknown color: approx Harvest Gold. HEX triplet: EB, C0 and 6A. RGB value is (235,192,106). Sum of RGB (Red+Green+Blue) = 235+192+106=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC06A is #143F95. Grayscale: #C3C3C3. Windows color (decimal): -1326998 or 6996203. OLE color: 6996203.

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

Color convert

RGB235192106-
CMYK00.180.550.08
HSL40º76.33%66.86%-
HSV(B)40º54.89%92.16%-
XYZ55.7156.421.59-
YUV195.0577.75156.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 106 (41.80% from 255) = 19.89%
R=44.09%
G=36.02%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519210600.180.550.084076.3366.86
HexEBC06A012378284c43
Octal353300152022671050114103
Binary11101011110000001101010010010110111100010100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC06A; }

 p { color: rgb(235,192,106); }

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

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

 a { background-color: rgb(235,192,106); }

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

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

 span { border-color: rgb(235,192,106); }

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