Html Css Color HEX #EC8975 Dark Salmon

📋 copy color: '#EC8975'

red 236 ◦ green 137 ◦ blue 117

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

Shades of Dark Salmon #EC8975

Tints of Dark Salmon #EC8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.96%

 BLUE value IS 117 (46.09% from 255) = 23.88%

R = 48.16%
G = 27.96%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC8975 (or 0xEC8975) is known color: Dark Salmon. HEX triplet: EC, 89 and 75. RGB value is (236,137,117). Sum of RGB (Red+Green+Blue) = 236+137+117=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8975 is #13768A. Grayscale: #A4A4A4. Windows color (decimal): -1275531 or 7703020. OLE color: 7703020.

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

Color convert

RGB 236 137 117 -
CMYK 0 0.42 0.50 0.07
HSL 10.08º 0.76% 0.69% -
HSV(B) 10.08º 0.5% 0.93% -
XYZ 46.75 37.01 21.51 -
YUV 164.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 236 137 117 0 0.42 0.50 0.07 10.08 0.76 0.69
Hex EC 89 75 0 2A 32 7 A 4C 45
Octal 354 211 165 0 52 62 7 12 114 105
Binary 11101100 10001001 1110101 0 101010 110010 111 1010 1001100 1000101

Color Harmonies of #EC8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8975

Black with #EC8975

Text Example


Text Example

White with #EC8975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8975; }

 p { color: rgb(236,137,117); }

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

background-color css

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

 a { background-color: rgb(236,137,117); }

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

border-color css

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

 span { border-color: rgb(236,137,117); }

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