#ECB169

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

Shades of Harvest Gold #ECB169

Tints of Harvest Gold #ECB169

Color information

#ECB169 (or 0xECB169) is unknown color: approx Harvest Gold. HEX triplet: EC, B1 and 69. RGB value is (236,177,105). Sum of RGB (Red+Green+Blue) = 236+177+105=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB169 is #134E96. Grayscale: #BABABA. Windows color (decimal): -1265303 or 6926828. OLE color: 6926828.

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

Color convert

RGB236177105-
CMYK00.250.560.07
HSL32.98º77.51%66.86%-
HSV(B)32.98º55.51%92.55%-
XYZ52.8650.320.29-
YUV186.4382.05163.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 177 (69.53% from 255) = 34.17%
BLUE value IS 105 (41.41% from 255) = 20.27%
R=45.56%
G=34.17%
B=20.27%

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
Decimal23617710500.250.560.0732.9877.5166.86
HexECB169019387214e43
Octal35426115103170741116103
Binary1110110010110001110100101100111100011110000110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB169; }

 p { color: rgb(236,177,105); }

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

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

 a { background-color: rgb(236,177,105); }

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

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

 span { border-color: rgb(236,177,105); }

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