Html Css Color HEX #EC977B Dark Salmon

📋 copy color: '#EC977B'

red 236 ◦ green 151 ◦ blue 123

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

Shades of Dark Salmon #EC977B

Tints of Dark Salmon #EC977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.61%

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

R = 46.27%
G = 29.61%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC977B (or 0xEC977B) is known color: Dark Salmon. HEX triplet: EC, 97 and 7B. RGB value is (236,151,123). Sum of RGB (Red+Green+Blue) = 236+151+123=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC977B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC977B is #136884. Grayscale: #ADADAD. Windows color (decimal): -1271941 or 8099820. OLE color: 8099820.

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

Color convert

RGB 236 151 123 -
CMYK 0 0.36 0.48 0.07
HSL 14.87º 0.75% 0.7% -
HSV(B) 14.87º 0.48% 0.93% -
XYZ 49.23 41.4 24.13 -
YUV 173.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 236 151 123 0 0.36 0.48 0.07 14.87 0.75 0.7
Hex EC 97 7B 0 24 30 7 F 4B 46
Octal 354 227 173 0 44 60 7 17 113 106
Binary 11101100 10010111 1111011 0 100100 110000 111 1111 1001011 1000110

Color Harmonies of #EC977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC977B

Black with #EC977B

Text Example


Text Example

White with #EC977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC977B; }

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

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

background-color css

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

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

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

border-color css

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

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

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