Html Css Color HEX #EC966A Dark Salmon

📋 copy color: '#EC966A'

red 236 ◦ green 150 ◦ blue 106

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

Shades of Dark Salmon #EC966A

Tints of Dark Salmon #EC966A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.54%

R = 47.97%
G = 30.49%
B = 21.54%

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

#EC966A (or 0xEC966A) is known color: Dark Salmon. HEX triplet: EC, 96 and 6A. RGB value is (236,150,106). Sum of RGB (Red+Green+Blue) = 236+150+106=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC966A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC966A is #136995. Grayscale: #AAAAAA. Windows color (decimal): -1272214 or 6985452. OLE color: 6985452.

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

Color convert

RGB 236 150 106 -
CMYK 0 0.36 0.55 0.07
HSL 20.31º 0.77% 0.67% -
HSV(B) 20.31º 0.55% 0.93% -
XYZ 48.1 40.69 18.95 -
YUV 170.7 91.49 174.58 -
System Red Green Blue C M Y K H S L
Decimal 236 150 106 0 0.36 0.55 0.07 20.31 0.77 0.67
Hex EC 96 6A 0 24 37 7 14 4D 43
Octal 354 226 152 0 44 67 7 24 115 103
Binary 11101100 10010110 1101010 0 100100 110111 111 10100 1001101 1000011

Color Harmonies of #EC966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC966A

Black with #EC966A

Text Example


Text Example

White with #EC966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC966A; }

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

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

background-color css

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

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

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

border-color css

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

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

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