Html Css Color HEX #EC965D Sandy Brown

📋 copy color: '#EC965D'

red 236 ◦ green 150 ◦ blue 93

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

Shades of Sandy Brown #EC965D

Tints of Sandy Brown #EC965D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.32%

 BLUE value IS 93 (36.72% from 255) = 19.42%

R = 49.27%
G = 31.32%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC965D (or 0xEC965D) is known color: Sandy Brown. HEX triplet: EC, 96 and 5D. RGB value is (236,150,93). Sum of RGB (Red+Green+Blue) = 236+150+93=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC965D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC965D is #1369A2. Grayscale: #A9A9A9. Windows color (decimal): -1272227 or 6133484. OLE color: 6133484.

HSL color Cylindrical-coordinate representation of color #EC965D: hue angle of 23.92º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC965D is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 150 93 -
CMYK 0 0.36 0.61 0.07
HSL 23.92º 0.79% 0.65% -
HSV(B) 23.92º 0.61% 0.93% -
XYZ 47.47 40.44 15.66 -
YUV 169.22 84.99 175.63 -
System Red Green Blue C M Y K H S L
Decimal 236 150 93 0 0.36 0.61 0.07 23.92 0.79 0.65
Hex EC 96 5D 0 24 3D 7 18 4F 41
Octal 354 226 135 0 44 75 7 30 117 101
Binary 11101100 10010110 1011101 0 100100 111101 111 11000 1001111 1000001

Color Harmonies of #EC965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC965D

Black with #EC965D

Text Example


Text Example

White with #EC965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC965D; }

 p { color: rgb(236,150,93); }

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

background-color css

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

 a { background-color: rgb(236,150,93); }

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

border-color css

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

 span { border-color: rgb(236,150,93); }

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