Html Css Color HEX #EC976B Dark Salmon

📋 copy color: '#EC976B'

red 236 ◦ green 151 ◦ blue 107

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

Shades of Dark Salmon #EC976B

Tints of Dark Salmon #EC976B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.66%

R = 47.77%
G = 30.57%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC976B (or 0xEC976B) is known color: Dark Salmon. HEX triplet: EC, 97 and 6B. RGB value is (236,151,107). Sum of RGB (Red+Green+Blue) = 236+151+107=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC976B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC976B is #136894. Grayscale: #ABABAB. Windows color (decimal): -1271957 or 7051244. OLE color: 7051244.

HSL color Cylindrical-coordinate representation of color #EC976B: hue angle of 20.47º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC976B is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 151 107 -
CMYK 0 0.36 0.55 0.07
HSL 20.47º 0.77% 0.67% -
HSV(B) 20.47º 0.55% 0.93% -
XYZ 48.31 41.03 19.28 -
YUV 171.4 91.66 174.08 -
System Red Green Blue C M Y K H S L
Decimal 236 151 107 0 0.36 0.55 0.07 20.47 0.77 0.67
Hex EC 97 6B 0 24 37 7 14 4D 43
Octal 354 227 153 0 44 67 7 24 115 103
Binary 11101100 10010111 1101011 0 100100 110111 111 10100 1001101 1000011

Color Harmonies of #EC976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC976B

Black with #EC976B

Text Example


Text Example

White with #EC976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC976B; }

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

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

background-color css

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

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

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

border-color css

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

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

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