Html Css Color HEX #EC8C7A Dark Salmon

📋 copy color: '#EC8C7A'

red 236 ◦ green 140 ◦ blue 122

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

Shades of Dark Salmon #EC8C7A

Tints of Dark Salmon #EC8C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.11%

 BLUE value IS 122 (48.05% from 255) = 24.5%

R = 47.39%
G = 28.11%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC8C7A (or 0xEC8C7A) is known color: Dark Salmon. HEX triplet: EC, 8C and 7A. RGB value is (236,140,122). Sum of RGB (Red+Green+Blue) = 236+140+122=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C7A is #137385. Grayscale: #A6A6A6. Windows color (decimal): -1274758 or 8031468. OLE color: 8031468.

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

Color convert

RGB 236 140 122 -
CMYK 0 0.41 0.48 0.07
HSL 9.47º 0.75% 0.7% -
HSV(B) 9.47º 0.48% 0.93% -
XYZ 47.48 37.99 23.24 -
YUV 166.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 236 140 122 0 0.41 0.48 0.07 9.47 0.75 0.7
Hex EC 8C 7A 0 29 30 7 9 4B 46
Octal 354 214 172 0 51 60 7 11 113 106
Binary 11101100 10001100 1111010 0 101001 110000 111 1001 1001011 1000110

Color Harmonies of #EC8C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C7A

Black with #EC8C7A

Text Example


Text Example

White with #EC8C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C7A; }

 p { color: rgb(236,140,122); }

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

background-color css

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

 a { background-color: rgb(236,140,122); }

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

border-color css

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

 span { border-color: rgb(236,140,122); }

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