Html Css Color HEX #EC965E Sandy Brown

📋 copy color: '#EC965E'

red 236 ◦ green 150 ◦ blue 94

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

Shades of Sandy Brown #EC965E

Tints of Sandy Brown #EC965E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.58%

R = 49.17%
G = 31.25%
B = 19.58%

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

#EC965E (or 0xEC965E) is known color: Sandy Brown. HEX triplet: EC, 96 and 5E. RGB value is (236,150,94). Sum of RGB (Red+Green+Blue) = 236+150+94=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC965E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC965E is #1369A1. Grayscale: #A9A9A9. Windows color (decimal): -1272226 or 6199020. OLE color: 6199020.

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

Color convert

RGB 236 150 94 -
CMYK 0 0.36 0.60 0.07
HSL 23.66º 0.79% 0.65% -
HSV(B) 23.66º 0.6% 0.93% -
XYZ 47.52 40.45 15.89 -
YUV 169.33 85.49 175.55 -
System Red Green Blue C M Y K H S L
Decimal 236 150 94 0 0.36 0.60 0.07 23.66 0.79 0.65
Hex EC 96 5E 0 24 3C 7 18 4F 41
Octal 354 226 136 0 44 74 7 30 117 101
Binary 11101100 10010110 1011110 0 100100 111100 111 11000 1001111 1000001

Color Harmonies of #EC965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC965E

Black with #EC965E

Text Example


Text Example

White with #EC965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC965E; }

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

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

background-color css

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

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

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

border-color css

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

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

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