#EBC072

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

Shades of Harvest Gold #EBC072

Tints of Harvest Gold #EBC072

Color information

#EBC072 (or 0xEBC072) is unknown color: approx Harvest Gold. HEX triplet: EB, C0 and 72. RGB value is (235,192,114). Sum of RGB (Red+Green+Blue) = 235+192+114=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC072 is #143F8D. Grayscale: #C4C4C4. Windows color (decimal): -1326990 or 7520491. OLE color: 7520491.

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

Color convert

RGB235192114-
CMYK00.180.510.08
HSL38.68º75.16%68.43%-
HSV(B)38.68º51.49%92.16%-
XYZ56.1556.5823.88-
YUV195.9681.75155.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 114 (44.92% from 255) = 21.07%
R=43.44%
G=35.49%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519211400.180.510.0838.6875.1668.43
HexEBC072012338274b44
Octal353300162022631047113104
Binary11101011110000001110010010010110011100010011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC072; }

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

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

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

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

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

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

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

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