Html Css Color HEX #EC8B7B Dark Salmon

📋 copy color: '#EC8B7B'

red 236 ◦ green 139 ◦ blue 123

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

Shades of Dark Salmon #EC8B7B

Tints of Dark Salmon #EC8B7B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.91%

 BLUE value IS 123 (48.44% from 255) = 24.7%

R = 47.39%
G = 27.91%
B = 24.7%

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

#EC8B7B (or 0xEC8B7B) is known color: Dark Salmon. HEX triplet: EC, 8B and 7B. RGB value is (236,139,123). Sum of RGB (Red+Green+Blue) = 236+139+123=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B7B is #137484. Grayscale: #A6A6A6. Windows color (decimal): -1275013 or 8096748. OLE color: 8096748.

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

Color convert

RGB 236 139 123 -
CMYK 0 0.41 0.48 0.07
HSL 8.5º 0.75% 0.7% -
HSV(B) 8.5º 0.48% 0.93% -
XYZ 47.4 37.73 23.52 -
YUV 166.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 236 139 123 0 0.41 0.48 0.07 8.5 0.75 0.7
Hex EC 8B 7B 0 29 30 7 8 4B 46
Octal 354 213 173 0 51 60 7 10 113 106
Binary 11101100 10001011 1111011 0 101001 110000 111 1000 1001011 1000110

Color Harmonies of #EC8B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B7B

Black with #EC8B7B

Text Example


Text Example

White with #EC8B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B7B; }

 p { color: rgb(236,139,123); }

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

background-color css

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

 a { background-color: rgb(236,139,123); }

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

border-color css

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

 span { border-color: rgb(236,139,123); }

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