Html Css Color HEX #EC9460 Sandy Brown

📋 copy color: '#EC9460'

red 236 ◦ green 148 ◦ blue 96

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

Shades of Sandy Brown #EC9460

Tints of Sandy Brown #EC9460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.83%

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

R = 49.17%
G = 30.83%
B = 20%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC9460 (or 0xEC9460) is known color: Sandy Brown. HEX triplet: EC, 94 and 60. RGB value is (236,148,96). Sum of RGB (Red+Green+Blue) = 236+148+96=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9460 is #136B9F. Grayscale: #A8A8A8. Windows color (decimal): -1272736 or 6329580. OLE color: 6329580.

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

Color convert

RGB 236 148 96 -
CMYK 0 0.37 0.59 0.07
HSL 22.29º 0.79% 0.65% -
HSV(B) 22.29º 0.59% 0.93% -
XYZ 47.29 39.86 16.27 -
YUV 168.38 87.15 176.23 -
System Red Green Blue C M Y K H S L
Decimal 236 148 96 0 0.37 0.59 0.07 22.29 0.79 0.65
Hex EC 94 60 0 25 3B 7 16 4F 41
Octal 354 224 140 0 45 73 7 26 117 101
Binary 11101100 10010100 1100000 0 100101 111011 111 10110 1001111 1000001

Color Harmonies of #EC9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9460

Black with #EC9460

Text Example


Text Example

White with #EC9460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9460; }

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

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

background-color css

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

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

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

border-color css

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

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

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