Html Css Color HEX #EC9E7C Dark Salmon

📋 copy color: '#EC9E7C'

red 236 ◦ green 158 ◦ blue 124

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

Shades of Dark Salmon #EC9E7C

Tints of Dark Salmon #EC9E7C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.5%

 BLUE value IS 124 (48.83% from 255) = 23.94%

R = 45.56%
G = 30.5%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC9E7C (or 0xEC9E7C) is known color: Dark Salmon. HEX triplet: EC, 9E and 7C. RGB value is (236,158,124). Sum of RGB (Red+Green+Blue) = 236+158+124=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9E7C is #136183. Grayscale: #B1B1B1. Windows color (decimal): -1270148 or 8167148. OLE color: 8167148.

HSL color Cylindrical-coordinate representation of color #EC9E7C: hue angle of 18.21º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC9E7C is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 158 124 -
CMYK 0 0.33 0.47 0.07
HSL 18.21º 0.75% 0.71% -
HSV(B) 18.21º 0.47% 0.93% -
XYZ 50.46 43.74 24.85 -
YUV 177.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 236 158 124 0 0.33 0.47 0.07 18.21 0.75 0.71
Hex EC 9E 7C 0 21 2F 7 12 4B 47
Octal 354 236 174 0 41 57 7 22 113 107
Binary 11101100 10011110 1111100 0 100001 101111 111 10010 1001011 1000111

Color Harmonies of #EC9E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E7C

Black with #EC9E7C

Text Example


Text Example

White with #EC9E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E7C; }

 p { color: rgb(236,158,124); }

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

background-color css

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

 a { background-color: rgb(236,158,124); }

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

border-color css

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

 span { border-color: rgb(236,158,124); }

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