#ECBE64

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

Shades of Harvest Gold #ECBE64

Tints of Harvest Gold #ECBE64

Color information

#ECBE64 (or 0xECBE64) is unknown color: approx Harvest Gold. HEX triplet: EC, BE and 64. RGB value is (236,190,100). Sum of RGB (Red+Green+Blue) = 236+190+100=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBE64 is #13419B. Grayscale: #C1C1C1. Windows color (decimal): -1261980 or 6602476. OLE color: 6602476.

HSL color Cylindrical-coordinate representation of color #ECBE64: hue angle of 39.71º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECBE64 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB236190100-
CMYK00.190.580.07
HSL39.71º78.16%65.88%-
HSV(B)39.71º57.63%92.55%-
XYZ55.3155.5819.87-
YUV193.4975.24158.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.87%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 100 (39.45% from 255) = 19.01%
R=44.87%
G=36.12%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619010000.190.580.0739.7178.1665.88
HexECBE640133A7284e42
Octal35427614402372750116102
Binary1110110010111110110010001001111101011110100010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBE64; }

 p { color: rgb(236,190,100); }

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

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

 a { background-color: rgb(236,190,100); }

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

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

 span { border-color: rgb(236,190,100); }

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