#ECC571

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

Shades of Golden Sand #ECC571

Tints of Golden Sand #ECC571

Color information

#ECC571 (or 0xECC571) is unknown color: approx Golden Sand. HEX triplet: EC, C5 and 71. RGB value is (236,197,113). Sum of RGB (Red+Green+Blue) = 236+197+113=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC571 is #133A8E. Grayscale: #C7C7C7. Windows color (decimal): -1260175 or 7456236. OLE color: 7456236.

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

Color convert

RGB236197113-
CMYK00.170.520.07
HSL40.98º76.4%68.43%-
HSV(B)40.98º52.12%92.55%-
XYZ57.5458.9623.97-
YUV199.0879.42154.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.22%
GREEN value IS 197 (77.34% from 255) = 36.08%
BLUE value IS 113 (44.53% from 255) = 20.70%
R=43.22%
G=36.08%
B=20.70%

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
Decimal23619711300.170.520.0740.9876.468.43
HexECC571011347294c44
Octal35430516102164751114104
Binary1110110011000101111000101000111010011110100110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC571; }

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

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

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

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

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

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

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

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