Html Css Color HEX #EC9B81 Dark Salmon

📋 copy color: '#EC9B81'

red 236 ◦ green 155 ◦ blue 129

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

Shades of Dark Salmon #EC9B81

Tints of Dark Salmon #EC9B81

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.81%

 BLUE value IS 129 (50.78% from 255) = 24.81%

R = 45.38%
G = 29.81%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC9B81 (or 0xEC9B81) is known color: Dark Salmon. HEX triplet: EC, 9B and 81. RGB value is (236,155,129). Sum of RGB (Red+Green+Blue) = 236+155+129=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9B81 is #13647E. Grayscale: #B0B0B0. Windows color (decimal): -1270911 or 8494060. OLE color: 8494060.

HSL color Cylindrical-coordinate representation of color #EC9B81: hue angle of 14.58º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC9B81 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 155 129 -
CMYK 0 0.34 0.45 0.07
HSL 14.58º 0.74% 0.72% -
HSV(B) 14.58º 0.45% 0.93% -
XYZ 50.28 42.86 26.39 -
YUV 176.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 236 155 129 0 0.34 0.45 0.07 14.58 0.74 0.72
Hex EC 9B 81 0 22 2D 7 F 4A 48
Octal 354 233 201 0 42 55 7 17 112 110
Binary 11101100 10011011 10000001 0 100010 101101 111 1111 1001010 1001000

Color Harmonies of #EC9B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9B81

Black with #EC9B81

Text Example


Text Example

White with #EC9B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9B81; }

 p { color: rgb(236,155,129); }

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

background-color css

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

 a { background-color: rgb(236,155,129); }

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

border-color css

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

 span { border-color: rgb(236,155,129); }

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