Html Css Color HEX #EC9E72 Dark Salmon

📋 copy color: '#EC9E72'

red 236 ◦ green 158 ◦ blue 114

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

Shades of Dark Salmon #EC9E72

Tints of Dark Salmon #EC9E72

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.1%

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

R = 46.46%
G = 31.1%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC9E72 (or 0xEC9E72) is known color: Dark Salmon. HEX triplet: EC, 9E and 72. RGB value is (236,158,114). Sum of RGB (Red+Green+Blue) = 236+158+114=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9E72 is #13618D. Grayscale: #B0B0B0. Windows color (decimal): -1270158 or 7511788. OLE color: 7511788.

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

Color convert

RGB 236 158 114 -
CMYK 0 0.33 0.52 0.07
HSL 21.64º 0.76% 0.69% -
HSV(B) 21.64º 0.52% 0.93% -
XYZ 49.86 43.5 21.69 -
YUV 176.31 92.84 170.58 -
System Red Green Blue C M Y K H S L
Decimal 236 158 114 0 0.33 0.52 0.07 21.64 0.76 0.69
Hex EC 9E 72 0 21 34 7 16 4C 45
Octal 354 236 162 0 41 64 7 26 114 105
Binary 11101100 10011110 1110010 0 100001 110100 111 10110 1001100 1000101

Color Harmonies of #EC9E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E72

Black with #EC9E72

Text Example


Text Example

White with #EC9E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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