#ECC471

Color #ECC471 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #ECC471

Tints of Golden Sand #ECC471

Color information

#ECC471 (or 0xECC471) is unknown color: approx Golden Sand. HEX triplet: EC, C4 and 71. RGB value is (236,196,113). Sum of RGB (Red+Green+Blue) = 236+196+113=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC471 is #133B8E. Grayscale: #C6C6C6. Windows color (decimal): -1260431 or 7455980. OLE color: 7455980.

HSL color Cylindrical-coordinate representation of color #ECC471: hue angle of 40.49º 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 #ECC471 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB236196113-
CMYK00.170.520.07
HSL40.49º76.4%68.43%-
HSV(B)40.49º52.12%92.55%-
XYZ57.3158.523.89-
YUV198.579.75154.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 113 (44.53% from 255) = 20.73%
R=43.30%
G=35.96%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619611300.170.520.0740.4976.468.43
HexECC471011347284c44
Octal35430416102164750114104
Binary1110110011000100111000101000111010011110100010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC471; }

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

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

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

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

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

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

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

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