Html Css Color HEX #EC965F Sandy Brown

📋 copy color: '#EC965F'

red 236 ◦ green 150 ◦ blue 95

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

Shades of Sandy Brown #EC965F

Tints of Sandy Brown #EC965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.75%

R = 49.06%
G = 31.19%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC965F (or 0xEC965F) is known color: Sandy Brown. HEX triplet: EC, 96 and 5F. RGB value is (236,150,95). Sum of RGB (Red+Green+Blue) = 236+150+95=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC965F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC965F is #1369A0. Grayscale: #A9A9A9. Windows color (decimal): -1272225 or 6264556. OLE color: 6264556.

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

Color convert

RGB 236 150 95 -
CMYK 0 0.36 0.60 0.07
HSL 23.4º 0.79% 0.65% -
HSV(B) 23.4º 0.6% 0.93% -
XYZ 47.56 40.47 16.13 -
YUV 169.44 85.99 175.47 -
System Red Green Blue C M Y K H S L
Decimal 236 150 95 0 0.36 0.60 0.07 23.4 0.79 0.65
Hex EC 96 5F 0 24 3C 7 17 4F 41
Octal 354 226 137 0 44 74 7 27 117 101
Binary 11101100 10010110 1011111 0 100100 111100 111 10111 1001111 1000001

Color Harmonies of #EC965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC965F

Black with #EC965F

Text Example


Text Example

White with #EC965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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