#ECC561

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

Shades of Golden Sand #ECC561

Tints of Golden Sand #ECC561

Color information

#ECC561 (or 0xECC561) is unknown color: approx Golden Sand. HEX triplet: EC, C5 and 61. RGB value is (236,197,97). Sum of RGB (Red+Green+Blue) = 236+197+97=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC561 is #133A9E. Grayscale: #C5C5C5. Windows color (decimal): -1260191 or 6407660. OLE color: 6407660.

HSL color Cylindrical-coordinate representation of color #ECC561: hue angle of 43.17º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECC561 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23619797-
CMYK00.170.590.07
HSL43.17º78.53%65.29%-
HSV(B)43.17º58.9%92.55%-
XYZ56.7258.6319.64-
YUV197.2671.42155.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 197 (77.34% from 255) = 37.17%
BLUE value IS 97 (38.28% from 255) = 18.30%
R=44.53%
G=37.17%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361979700.170.590.0743.1778.5365.29
HexECC5610113B72b4f41
Octal35430514102173753117101
Binary1110110011000101110000101000111101111110101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC561; }

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

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

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

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

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

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

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

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