Html Css Color HEX #EC9372 Dark Salmon

📋 copy color: '#EC9372'

red 236 ◦ green 147 ◦ blue 114

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

Shades of Dark Salmon #EC9372

Tints of Dark Salmon #EC9372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.58%

 BLUE value IS 114 (44.92% from 255) = 22.94%

R = 47.48%
G = 29.58%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC9372 (or 0xEC9372) is known color: Dark Salmon. HEX triplet: EC, 93 and 72. RGB value is (236,147,114). Sum of RGB (Red+Green+Blue) = 236+147+114=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9372 is #136C8D. Grayscale: #AAAAAA. Windows color (decimal): -1272974 or 7508972. OLE color: 7508972.

HSL color Cylindrical-coordinate representation of color #EC9372: hue angle of 16.23º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC9372 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 147 114 -
CMYK 0 0.38 0.52 0.07
HSL 16.23º 0.76% 0.69% -
HSV(B) 16.23º 0.52% 0.93% -
XYZ 48.06 39.92 21.09 -
YUV 169.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 236 147 114 0 0.38 0.52 0.07 16.23 0.76 0.69
Hex EC 93 72 0 26 34 7 10 4C 45
Octal 354 223 162 0 46 64 7 20 114 105
Binary 11101100 10010011 1110010 0 100110 110100 111 10000 1001100 1000101

Color Harmonies of #EC9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9372

Black with #EC9372

Text Example


Text Example

White with #EC9372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9372; }

 p { color: rgb(236,147,114); }

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

background-color css

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

 a { background-color: rgb(236,147,114); }

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

border-color css

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

 span { border-color: rgb(236,147,114); }

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