#EBC171

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

Shades of Harvest Gold #EBC171

Tints of Harvest Gold #EBC171

Color information

#EBC171 (or 0xEBC171) is unknown color: approx Harvest Gold. HEX triplet: EB, C1 and 71. RGB value is (235,193,113). Sum of RGB (Red+Green+Blue) = 235+193+113=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC171 is #143E8E. Grayscale: #C4C4C4. Windows color (decimal): -1326735 or 7455211. OLE color: 7455211.

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

Color convert

RGB235193113-
CMYK00.180.520.08
HSL39.34º75.31%68.24%-
HSV(B)39.34º51.91%92.16%-
XYZ56.3156.9923.66-
YUV196.4480.91155.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 193 (75.78% from 255) = 35.67%
BLUE value IS 113 (44.53% from 255) = 20.89%
R=43.44%
G=35.67%
B=20.89%

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
Decimal23519311300.180.520.0839.3475.3168.24
HexEBC171012348274b44
Octal353301161022641047113104
Binary11101011110000011110001010010110100100010011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC171; }

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

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

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

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

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

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

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

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