#ECB574

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

Shades of Harvest Gold #ECB574

Tints of Harvest Gold #ECB574

Color information

#ECB574 (or 0xECB574) is unknown color: approx Harvest Gold. HEX triplet: EC, B5 and 74. RGB value is (236,181,116). Sum of RGB (Red+Green+Blue) = 236+181+116=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB574 is #134A8B. Grayscale: #BEBEBE. Windows color (decimal): -1264268 or 7648748. OLE color: 7648748.

HSL color Cylindrical-coordinate representation of color #ECB574: hue angle of 32.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECB574 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB236181116-
CMYK00.230.510.07
HSL32.5º75.95%69.02%-
HSV(B)32.5º50.85%92.55%-
XYZ54.2752.1423.73-
YUV190.0386.22160.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.28%
GREEN value IS 181 (71.09% from 255) = 33.96%
BLUE value IS 116 (45.70% from 255) = 21.76%
R=44.28%
G=33.96%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618111600.230.510.0732.575.9569.02
HexECB574017337204c45
Octal35426516402763740114105
Binary1110110010110101111010001011111001111110000010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB574; }

 p { color: rgb(236,181,116); }

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

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

 a { background-color: rgb(236,181,116); }

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

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

 span { border-color: rgb(236,181,116); }

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