#EBC071

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

Shades of Harvest Gold #EBC071

Tints of Harvest Gold #EBC071

Color information

#EBC071 (or 0xEBC071) is unknown color: approx Harvest Gold. HEX triplet: EB, C0 and 71. RGB value is (235,192,113). Sum of RGB (Red+Green+Blue) = 235+192+113=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC071 is #143F8E. Grayscale: #C4C4C4. Windows color (decimal): -1326991 or 7454955. OLE color: 7454955.

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

Color convert

RGB235192113-
CMYK00.180.520.08
HSL38.85º75.31%68.24%-
HSV(B)38.85º51.91%92.16%-
XYZ56.0956.5523.58-
YUV195.8581.25155.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.52%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 113 (44.53% from 255) = 20.93%
R=43.52%
G=35.56%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519211300.180.520.0838.8575.3168.24
HexEBC071012348274b44
Octal353300161022641047113104
Binary11101011110000001110001010010110100100010011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC071; }

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

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

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

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

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

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

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

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