Html Css Color HEX #EC946F Dark Salmon

📋 copy color: '#EC946F'

red 236 ◦ green 148 ◦ blue 111

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

Shades of Dark Salmon #EC946F

Tints of Dark Salmon #EC946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.42%

R = 47.68%
G = 29.9%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC946F (or 0xEC946F) is known color: Dark Salmon. HEX triplet: EC, 94 and 6F. RGB value is (236,148,111). Sum of RGB (Red+Green+Blue) = 236+148+111=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC946F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC946F is #136B90. Grayscale: #AAAAAA. Windows color (decimal): -1272721 or 7312620. OLE color: 7312620.

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

Color convert

RGB 236 148 111 -
CMYK 0 0.37 0.53 0.07
HSL 17.76º 0.77% 0.68% -
HSV(B) 17.76º 0.53% 0.93% -
XYZ 48.05 40.16 20.26 -
YUV 170.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 236 148 111 0 0.37 0.53 0.07 17.76 0.77 0.68
Hex EC 94 6F 0 25 35 7 12 4D 44
Octal 354 224 157 0 45 65 7 22 115 104
Binary 11101100 10010100 1101111 0 100101 110101 111 10010 1001101 1000100

Color Harmonies of #EC946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC946F

Black with #EC946F

Text Example


Text Example

White with #EC946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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