Html Css Color HEX #EC966B Dark Salmon

📋 copy color: '#EC966B'

red 236 ◦ green 150 ◦ blue 107

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

Shades of Dark Salmon #EC966B

Tints of Dark Salmon #EC966B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.7%

R = 47.87%
G = 30.43%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC966B (or 0xEC966B) is known color: Dark Salmon. HEX triplet: EC, 96 and 6B. RGB value is (236,150,107). Sum of RGB (Red+Green+Blue) = 236+150+107=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC966B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC966B is #136994. Grayscale: #ABABAB. Windows color (decimal): -1272213 or 7050988. OLE color: 7050988.

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

Color convert

RGB 236 150 107 -
CMYK 0 0.36 0.55 0.07
HSL 20º 0.77% 0.67% -
HSV(B) 20º 0.55% 0.93% -
XYZ 48.15 40.71 19.23 -
YUV 170.81 91.99 174.5 -
System Red Green Blue C M Y K H S L
Decimal 236 150 107 0 0.36 0.55 0.07 20 0.77 0.67
Hex EC 96 6B 0 24 37 7 14 4D 43
Octal 354 226 153 0 44 67 7 24 115 103
Binary 11101100 10010110 1101011 0 100100 110111 111 10100 1001101 1000011

Color Harmonies of #EC966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC966B

Black with #EC966B

Text Example


Text Example

White with #EC966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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