Html Css Color HEX #EC9675 Dark Salmon

📋 copy color: '#EC9675'

red 236 ◦ green 150 ◦ blue 117

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

Shades of Dark Salmon #EC9675

Tints of Dark Salmon #EC9675

RGB

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

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

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

R = 46.92%
G = 29.82%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC9675 (or 0xEC9675) is known color: Dark Salmon. HEX triplet: EC, 96 and 75. RGB value is (236,150,117). Sum of RGB (Red+Green+Blue) = 236+150+117=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9675 is #13698A. Grayscale: #ACACAC. Windows color (decimal): -1272203 or 7706348. OLE color: 7706348.

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

Color convert

RGB 236 150 117 -
CMYK 0 0.36 0.50 0.07
HSL 16.64º 0.76% 0.69% -
HSV(B) 16.64º 0.5% 0.93% -
XYZ 48.71 40.93 22.16 -
YUV 171.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 236 150 117 0 0.36 0.50 0.07 16.64 0.76 0.69
Hex EC 96 75 0 24 32 7 11 4C 45
Octal 354 226 165 0 44 62 7 21 114 105
Binary 11101100 10010110 1110101 0 100100 110010 111 10001 1001100 1000101

Color Harmonies of #EC9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9675

Black with #EC9675

Text Example


Text Example

White with #EC9675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9675; }

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

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

background-color css

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

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

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

border-color css

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

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

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