Html Css Color HEX #EC946B Dark Salmon

📋 copy color: '#EC946B'

red 236 ◦ green 148 ◦ blue 107

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

Shades of Dark Salmon #EC946B

Tints of Dark Salmon #EC946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.14%

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

R = 48.07%
G = 30.14%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC946B (or 0xEC946B) is known color: Dark Salmon. HEX triplet: EC, 94 and 6B. RGB value is (236,148,107). Sum of RGB (Red+Green+Blue) = 236+148+107=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC946B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC946B is #136B94. Grayscale: #A9A9A9. Windows color (decimal): -1272725 or 7050476. OLE color: 7050476.

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

Color convert

RGB 236 148 107 -
CMYK 0 0.37 0.55 0.07
HSL 19.07º 0.77% 0.67% -
HSV(B) 19.07º 0.55% 0.93% -
XYZ 47.84 40.07 19.12 -
YUV 169.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 236 148 107 0 0.37 0.55 0.07 19.07 0.77 0.67
Hex EC 94 6B 0 25 37 7 13 4D 43
Octal 354 224 153 0 45 67 7 23 115 103
Binary 11101100 10010100 1101011 0 100101 110111 111 10011 1001101 1000011

Color Harmonies of #EC946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC946B

Black with #EC946B

Text Example


Text Example

White with #EC946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC946B; }

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

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

background-color css

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

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

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

border-color css

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

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

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