#ECB067

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

Shades of Harvest Gold #ECB067

Tints of Harvest Gold #ECB067

Color information

#ECB067 (or 0xECB067) is unknown color: approx Harvest Gold. HEX triplet: EC, B0 and 67. RGB value is (236,176,103). Sum of RGB (Red+Green+Blue) = 236+176+103=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 103 (40.62% from 255 or 20% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB067 is #134F98. Grayscale: #B9B9B9. Windows color (decimal): -1265561 or 6795500. OLE color: 6795500.

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

Color convert

RGB236176103-
CMYK00.250.560.07
HSL32.93º77.78%66.47%-
HSV(B)32.93º56.36%92.55%-
XYZ52.5749.8619.69-
YUV185.6281.38163.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.83%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 103 (40.62% from 255) = 20%
R=45.83%
G=34.17%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617610300.250.560.0732.9377.7866.47
HexECB067019387214e42
Octal35426014703170741116102
Binary1110110010110000110011101100111100011110000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB067; }

 p { color: rgb(236,176,103); }

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

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

 a { background-color: rgb(236,176,103); }

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

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

 span { border-color: rgb(236,176,103); }

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