Html Css Color HEX #EC987A Dark Salmon

📋 copy color: '#EC987A'

red 236 ◦ green 152 ◦ blue 122

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

Shades of Dark Salmon #EC987A

Tints of Dark Salmon #EC987A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.8%

 BLUE value IS 122 (48.05% from 255) = 23.92%

R = 46.27%
G = 29.8%
B = 23.92%

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

#EC987A (or 0xEC987A) is known color: Dark Salmon. HEX triplet: EC, 98 and 7A. RGB value is (236,152,122). Sum of RGB (Red+Green+Blue) = 236+152+122=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC987A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC987A is #136785. Grayscale: #ADADAD. Windows color (decimal): -1271686 or 8034540. OLE color: 8034540.

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

Color convert

RGB 236 152 122 -
CMYK 0 0.36 0.48 0.07
HSL 15.79º 0.75% 0.7% -
HSV(B) 15.79º 0.48% 0.93% -
XYZ 49.33 41.69 23.86 -
YUV 173.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 236 152 122 0 0.36 0.48 0.07 15.79 0.75 0.7
Hex EC 98 7A 0 24 30 7 10 4B 46
Octal 354 230 172 0 44 60 7 20 113 106
Binary 11101100 10011000 1111010 0 100100 110000 111 10000 1001011 1000110

Color Harmonies of #EC987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC987A

Black with #EC987A

Text Example


Text Example

White with #EC987A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC987A; }

 p { color: rgb(236,152,122); }

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

background-color css

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

 a { background-color: rgb(236,152,122); }

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

border-color css

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

 span { border-color: rgb(236,152,122); }

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