#ECC271

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

Shades of Harvest Gold #ECC271

Tints of Harvest Gold #ECC271

Color information

#ECC271 (or 0xECC271) is unknown color: approx Harvest Gold. HEX triplet: EC, C2 and 71. RGB value is (236,194,113). Sum of RGB (Red+Green+Blue) = 236+194+113=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC271 is #133D8E. Grayscale: #C5C5C5. Windows color (decimal): -1260943 or 7455468. OLE color: 7455468.

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

Color convert

RGB236194113-
CMYK00.180.520.07
HSL39.51º76.4%68.43%-
HSV(B)39.51º52.12%92.55%-
XYZ56.8657.6123.75-
YUV197.3280.41155.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.46%
GREEN value IS 194 (76.17% from 255) = 35.73%
BLUE value IS 113 (44.53% from 255) = 20.81%
R=43.46%
G=35.73%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619411300.180.520.0739.5176.468.43
HexECC271012347284c44
Octal35430216102264750114104
Binary1110110011000010111000101001011010011110100010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC271; }

 p { color: rgb(236,194,113); }

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

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

 a { background-color: rgb(236,194,113); }

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

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

 span { border-color: rgb(236,194,113); }

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