#EBC075

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

Shades of Harvest Gold #EBC075

Tints of Harvest Gold #EBC075

Color information

#EBC075 (or 0xEBC075) is unknown color: approx Harvest Gold. HEX triplet: EB, C0 and 75. RGB value is (235,192,117). Sum of RGB (Red+Green+Blue) = 235+192+117=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC075 is #143F8A. Grayscale: #C4C4C4. Windows color (decimal): -1326987 or 7717099. OLE color: 7717099.

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

Color convert

RGB235192117-
CMYK00.180.500.08
HSL38.14º74.68%69.02%-
HSV(B)38.14º50.21%92.16%-
XYZ56.3256.6524.79-
YUV196.3183.25155.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 192 (75.39% from 255) = 35.29%
BLUE value IS 117 (46.09% from 255) = 21.51%
R=43.20%
G=35.29%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519211700.180.500.0838.1474.6869.02
HexEBC075012328264b45
Octal353300165022621046113105
Binary11101011110000001110101010010110010100010011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC075; }

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

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

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

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

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

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

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

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