Html Css Color HEX #ECA060 Sandy Brown

📋 copy color: '#ECA060'

red 236 ◦ green 160 ◦ blue 96

#ECA060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandy Brown #ECA060

Tints of Sandy Brown #ECA060

RGB

 RED value IS 236 (92.58% from 255) = 47.97%

 GREEN value IS 160 (62.89% from 255) = 32.52%

 BLUE value IS 96 (37.89% from 255) = 19.51%

R = 47.97%
G = 32.52%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECA060 (or 0xECA060) is known color: Sandy Brown. HEX triplet: EC, A0 and 60. RGB value is (236,160,96). Sum of RGB (Red+Green+Blue) = 236+160+96=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA060 is #135F9F. Grayscale: #AFAFAF. Windows color (decimal): -1269664 or 6332652. OLE color: 6332652.

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

Color convert

RGB 236 160 96 -
CMYK 0 0.32 0.59 0.07
HSL 27.43º 0.79% 0.65% -
HSV(B) 27.43º 0.59% 0.93% -
XYZ 49.27 43.82 16.93 -
YUV 175.43 83.18 171.2 -
System Red Green Blue C M Y K H S L
Decimal 236 160 96 0 0.32 0.59 0.07 27.43 0.79 0.65
Hex EC A0 60 0 20 3B 7 1B 4F 41
Octal 354 240 140 0 40 73 7 33 117 101
Binary 11101100 10100000 1100000 0 100000 111011 111 11011 1001111 1000001

Color Harmonies of #ECA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA060

Black with #ECA060

Text Example


Text Example

White with #ECA060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA060; }

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

 H1.HeaderClassName
 {
   color: #ECA060;
 }
 .AnyTagClassName
 {
   color: #ECA060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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