Html Css Color HEX #EC9182 Dark Salmon

📋 copy color: '#EC9182'

red 236 ◦ green 145 ◦ blue 130

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

Shades of Dark Salmon #EC9182

Tints of Dark Salmon #EC9182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.38%

 BLUE value IS 130 (51.17% from 255) = 25.44%

R = 46.18%
G = 28.38%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC9182 (or 0xEC9182) is known color: Dark Salmon. HEX triplet: EC, 91 and 82. RGB value is (236,145,130). Sum of RGB (Red+Green+Blue) = 236+145+130=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9182 is #136E7D. Grayscale: #AAAAAA. Windows color (decimal): -1273470 or 8557036. OLE color: 8557036.

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

Color convert

RGB 236 145 130 -
CMYK 0 0.39 0.45 0.07
HSL 8.49º 0.74% 0.72% -
HSV(B) 8.49º 0.45% 0.93% -
XYZ 48.75 39.7 26.21 -
YUV 170.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 236 145 130 0 0.39 0.45 0.07 8.49 0.74 0.72
Hex EC 91 82 0 27 2D 7 8 4A 48
Octal 354 221 202 0 47 55 7 10 112 110
Binary 11101100 10010001 10000010 0 100111 101101 111 1000 1001010 1001000

Color Harmonies of #EC9182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9182

Black with #EC9182

Text Example


Text Example

White with #EC9182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9182; }

 p { color: rgb(236,145,130); }

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

background-color css

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

 a { background-color: rgb(236,145,130); }

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

border-color css

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

 span { border-color: rgb(236,145,130); }

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