Html Css Color HEX #EC8A7A Dark Salmon

📋 copy color: '#EC8A7A'

red 236 ◦ green 138 ◦ blue 122

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

Shades of Dark Salmon #EC8A7A

Tints of Dark Salmon #EC8A7A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.82%

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

R = 47.58%
G = 27.82%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC8A7A (or 0xEC8A7A) is known color: Dark Salmon. HEX triplet: EC, 8A and 7A. RGB value is (236,138,122). Sum of RGB (Red+Green+Blue) = 236+138+122=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A7A is #137585. Grayscale: #A5A5A5. Windows color (decimal): -1275270 or 8030956. OLE color: 8030956.

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

Color convert

RGB 236 138 122 -
CMYK 0 0.42 0.48 0.07
HSL 8.42º 0.75% 0.7% -
HSV(B) 8.42º 0.48% 0.93% -
XYZ 47.19 37.41 23.15 -
YUV 165.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 236 138 122 0 0.42 0.48 0.07 8.42 0.75 0.7
Hex EC 8A 7A 0 2A 30 7 8 4B 46
Octal 354 212 172 0 52 60 7 10 113 106
Binary 11101100 10001010 1111010 0 101010 110000 111 1000 1001011 1000110

Color Harmonies of #EC8A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A7A

Black with #EC8A7A

Text Example


Text Example

White with #EC8A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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