#ECA056

Color #ECA056 Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #ECA056

Tints of Sandy Brown #ECA056

Color information

#ECA056 (or 0xECA056) is unknown color: approx Sandy Brown. HEX triplet: EC, A0 and 56. RGB value is (236,160,86). Sum of RGB (Red+Green+Blue) = 236+160+86=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA056 is #135FA9. Grayscale: #AEAEAE. Windows color (decimal): -1269674 or 5677292. OLE color: 5677292.

HSL color Cylindrical-coordinate representation of color #ECA056: hue angle of 29.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECA056 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23616086-
CMYK00.320.640.07
HSL29.6º79.79%63.14%-
HSV(B)29.6º63.56%92.55%-
XYZ48.8443.6514.65-
YUV174.2978.18172.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.96%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 86 (33.98% from 255) = 17.84%
R=48.96%
G=33.20%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361608600.320.640.0729.679.7963.14
HexECA0560204071e503f
Octal35424012604010073612077
Binary1110110010100000101011001000001000000111111101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA056; }

 p { color: rgb(236,160,86); }

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

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

 a { background-color: rgb(236,160,86); }

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

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

 span { border-color: rgb(236,160,86); }

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