Html Css Color HEX #ECA056 Sandy Brown

📋 copy color: '#ECA056'

red 236 ◦ green 160 ◦ blue 86

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

Shades of Sandy Brown #ECA056

Tints of Sandy Brown #ECA056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.84%

R = 48.96%
G = 33.2%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECA056 (or 0xECA056) is known color: 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

RGB 236 160 86 -
CMYK 0 0.32 0.64 0.07
HSL 29.6º 0.8% 0.63% -
HSV(B) 29.6º 0.64% 0.93% -
XYZ 48.84 43.65 14.65 -
YUV 174.29 78.18 172.02 -
System Red Green Blue C M Y K H S L
Decimal 236 160 86 0 0.32 0.64 0.07 29.6 0.8 0.63
Hex EC A0 56 0 20 40 7 1E 50 3F
Octal 354 240 126 0 40 100 7 36 120 77
Binary 11101100 10100000 1010110 0 100000 1000000 111 11110 1010000 111111

Color Harmonies of #ECA056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA056

Black with #ECA056

Text Example


Text Example

White with #ECA056

Text Example


Text Example

HTML Codes & Css Web 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>