#EBC266

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

Shades of Harvest Gold #EBC266

Tints of Harvest Gold #EBC266

Color information

#EBC266 (or 0xEBC266) is unknown color: approx Harvest Gold. HEX triplet: EB, C2 and 66. RGB value is (235,194,102). Sum of RGB (Red+Green+Blue) = 235+194+102=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC266 is #143D99. Grayscale: #C4C4C4. Windows color (decimal): -1326490 or 6734571. OLE color: 6734571.

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

Color convert

RGB235194102-
CMYK00.170.570.08
HSL41.5º76.88%66.08%-
HSV(B)41.5º56.6%92.16%-
XYZ55.9557.2120.66-
YUV195.7775.08155.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 194 (76.17% from 255) = 36.53%
BLUE value IS 102 (40.23% from 255) = 19.21%
R=44.26%
G=36.53%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519410200.170.570.0841.576.8866.08
HexEBC2660113982a4d42
Octal353302146021711052115102
Binary11101011110000101100110010001111001100010101010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC266; }

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

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

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

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

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

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

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

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