Html Css Color HEX #EC9882 Dark Salmon

📋 copy color: '#EC9882'

red 236 ◦ green 152 ◦ blue 130

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

Shades of Dark Salmon #EC9882

Tints of Dark Salmon #EC9882

RGB

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

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

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

R = 45.56%
G = 29.34%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC9882 (or 0xEC9882) is known color: Dark Salmon. HEX triplet: EC, 98 and 82. RGB value is (236,152,130). Sum of RGB (Red+Green+Blue) = 236+152+130=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9882 is #13677D. Grayscale: #AEAEAE. Windows color (decimal): -1271678 or 8558828. OLE color: 8558828.

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

Color convert

RGB 236 152 130 -
CMYK 0 0.36 0.45 0.07
HSL 12.45º 0.74% 0.72% -
HSV(B) 12.45º 0.45% 0.93% -
XYZ 49.85 41.9 26.58 -
YUV 174.61 102.83 171.79 -
System Red Green Blue C M Y K H S L
Decimal 236 152 130 0 0.36 0.45 0.07 12.45 0.74 0.72
Hex EC 98 82 0 24 2D 7 C 4A 48
Octal 354 230 202 0 44 55 7 14 112 110
Binary 11101100 10011000 10000010 0 100100 101101 111 1100 1001010 1001000

Color Harmonies of #EC9882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9882

Black with #EC9882

Text Example


Text Example

White with #EC9882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9882; }

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

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

background-color css

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

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

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

border-color css

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

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

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