Html Css Color HEX #EC8B74 Dark Salmon

📋 copy color: '#EC8B74'

red 236 ◦ green 139 ◦ blue 116

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

Shades of Dark Salmon #EC8B74

Tints of Dark Salmon #EC8B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.63%

R = 48.07%
G = 28.31%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC8B74 (or 0xEC8B74) is known color: Dark Salmon. HEX triplet: EC, 8B and 74. RGB value is (236,139,116). Sum of RGB (Red+Green+Blue) = 236+139+116=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B74 is #13748B. Grayscale: #A5A5A5. Windows color (decimal): -1275020 or 7637996. OLE color: 7637996.

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

Color convert

RGB 236 139 116 -
CMYK 0 0.41 0.51 0.07
HSL 11.5º 0.76% 0.69% -
HSV(B) 11.5º 0.51% 0.93% -
XYZ 46.98 37.56 21.3 -
YUV 165.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 236 139 116 0 0.41 0.51 0.07 11.5 0.76 0.69
Hex EC 8B 74 0 29 33 7 C 4C 45
Octal 354 213 164 0 51 63 7 14 114 105
Binary 11101100 10001011 1110100 0 101001 110011 111 1100 1001100 1000101

Color Harmonies of #EC8B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B74

Black with #EC8B74

Text Example


Text Example

White with #EC8B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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