Html Css Color HEX #ECA055 Sandy Brown

📋 copy color: '#ECA055'

red 236 ◦ green 160 ◦ blue 85

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

Shades of Sandy Brown #ECA055

Tints of Sandy Brown #ECA055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.67%

R = 49.06%
G = 33.26%
B = 17.67%

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

#ECA055 (or 0xECA055) is known color: Sandy Brown. HEX triplet: EC, A0 and 55. RGB value is (236,160,85). Sum of RGB (Red+Green+Blue) = 236+160+85=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA055 is #135FAA. Grayscale: #AEAEAE. Windows color (decimal): -1269675 or 5611756. OLE color: 5611756.

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

Color convert

RGB 236 160 85 -
CMYK 0 0.32 0.64 0.07
HSL 29.8º 0.8% 0.63% -
HSV(B) 29.8º 0.64% 0.93% -
XYZ 48.8 43.63 14.44 -
YUV 174.17 77.68 172.1 -
System Red Green Blue C M Y K H S L
Decimal 236 160 85 0 0.32 0.64 0.07 29.8 0.8 0.63
Hex EC A0 55 0 20 40 7 1E 50 3F
Octal 354 240 125 0 40 100 7 36 120 77
Binary 11101100 10100000 1010101 0 100000 1000000 111 11110 1010000 111111

Color Harmonies of #ECA055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA055

Black with #ECA055

Text Example


Text Example

White with #ECA055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA055; }

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

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

background-color css

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

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

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

border-color css

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

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

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