Html Css Color HEX #EC9A7A Dark Salmon

📋 copy color: '#EC9A7A'

red 236 ◦ green 154 ◦ blue 122

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

Shades of Dark Salmon #EC9A7A

Tints of Dark Salmon #EC9A7A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.08%

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

R = 46.09%
G = 30.08%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC9A7A (or 0xEC9A7A) is known color: Dark Salmon. HEX triplet: EC, 9A and 7A. RGB value is (236,154,122). Sum of RGB (Red+Green+Blue) = 236+154+122=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9A7A is #136585. Grayscale: #AFAFAF. Windows color (decimal): -1271174 or 8035052. OLE color: 8035052.

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

Color convert

RGB 236 154 122 -
CMYK 0 0.35 0.48 0.07
HSL 16.84º 0.75% 0.7% -
HSV(B) 16.84º 0.48% 0.93% -
XYZ 49.66 42.35 23.97 -
YUV 174.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 236 154 122 0 0.35 0.48 0.07 16.84 0.75 0.7
Hex EC 9A 7A 0 23 30 7 11 4B 46
Octal 354 232 172 0 43 60 7 21 113 106
Binary 11101100 10011010 1111010 0 100011 110000 111 10001 1001011 1000110

Color Harmonies of #EC9A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9A7A

Black with #EC9A7A

Text Example


Text Example

White with #EC9A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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