Html Css Color HEX #EC9672 Dark Salmon

📋 copy color: '#EC9672'

red 236 ◦ green 150 ◦ blue 114

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

Shades of Dark Salmon #EC9672

Tints of Dark Salmon #EC9672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30%

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

R = 47.2%
G = 30%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC9672 (or 0xEC9672) is known color: Dark Salmon. HEX triplet: EC, 96 and 72. RGB value is (236,150,114). Sum of RGB (Red+Green+Blue) = 236+150+114=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9672 is #13698D. Grayscale: #ABABAB. Windows color (decimal): -1272206 or 7509740. OLE color: 7509740.

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

Color convert

RGB 236 150 114 -
CMYK 0 0.36 0.52 0.07
HSL 17.7º 0.76% 0.69% -
HSV(B) 17.7º 0.52% 0.93% -
XYZ 48.54 40.86 21.25 -
YUV 171.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 236 150 114 0 0.36 0.52 0.07 17.7 0.76 0.69
Hex EC 96 72 0 24 34 7 12 4C 45
Octal 354 226 162 0 44 64 7 22 114 105
Binary 11101100 10010110 1110010 0 100100 110100 111 10010 1001100 1000101

Color Harmonies of #EC9672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9672

Black with #EC9672

Text Example


Text Example

White with #EC9672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9672; }

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

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

background-color css

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

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

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

border-color css

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

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

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