Html Css Color HEX #EC9F75 Dark Salmon

📋 copy color: '#EC9F75'

red 236 ◦ green 159 ◦ blue 117

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

Shades of Dark Salmon #EC9F75

Tints of Dark Salmon #EC9F75

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.05%

 BLUE value IS 117 (46.09% from 255) = 22.85%

R = 46.09%
G = 31.05%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC9F75 (or 0xEC9F75) is known color: Dark Salmon. HEX triplet: EC, 9F and 75. RGB value is (236,159,117). Sum of RGB (Red+Green+Blue) = 236+159+117=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9F75 is #13608A. Grayscale: #B1B1B1. Windows color (decimal): -1269899 or 7708652. OLE color: 7708652.

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

Color convert

RGB 236 159 117 -
CMYK 0 0.33 0.50 0.07
HSL 21.18º 0.76% 0.69% -
HSV(B) 21.18º 0.5% 0.93% -
XYZ 50.2 43.91 22.66 -
YUV 177.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 236 159 117 0 0.33 0.50 0.07 21.18 0.76 0.69
Hex EC 9F 75 0 21 32 7 15 4C 45
Octal 354 237 165 0 41 62 7 25 114 105
Binary 11101100 10011111 1110101 0 100001 110010 111 10101 1001100 1000101

Color Harmonies of #EC9F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9F75

Black with #EC9F75

Text Example


Text Example

White with #EC9F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9F75; }

 p { color: rgb(236,159,117); }

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

background-color css

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

 a { background-color: rgb(236,159,117); }

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

border-color css

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

 span { border-color: rgb(236,159,117); }

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