#EBC263

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

Shades of Harvest Gold #EBC263

Tints of Harvest Gold #EBC263

Color information

#EBC263 (or 0xEBC263) is unknown color: approx Harvest Gold. HEX triplet: EB, C2 and 63. RGB value is (235,194,99). Sum of RGB (Red+Green+Blue) = 235+194+99=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC263 is #143D9C. Grayscale: #C3C3C3. Windows color (decimal): -1326493 or 6537963. OLE color: 6537963.

HSL color Cylindrical-coordinate representation of color #EBC263: hue angle of 41.91º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EBC263 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB23519499-
CMYK00.170.580.08
HSL41.91º77.27%65.49%-
HSV(B)41.91º57.87%92.16%-
XYZ55.857.1519.89-
YUV195.4373.58156.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.51%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 99 (39.06% from 255) = 18.75%
R=44.51%
G=36.74%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351949900.170.580.0841.9177.2765.49
HexEBC2630113A82a4d41
Octal353302143021721052115101
Binary11101011110000101100011010001111010100010101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC263; }

 p { color: rgb(235,194,99); }

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

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

 a { background-color: rgb(235,194,99); }

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

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

 span { border-color: rgb(235,194,99); }

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