Html Css Color HEX #EC9975 Dark Salmon

📋 copy color: '#EC9975'

red 236 ◦ green 153 ◦ blue 117

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

Shades of Dark Salmon #EC9975

Tints of Dark Salmon #EC9975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.24%

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

R = 46.64%
G = 30.24%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC9975 (or 0xEC9975) is known color: Dark Salmon. HEX triplet: EC, 99 and 75. RGB value is (236,153,117). Sum of RGB (Red+Green+Blue) = 236+153+117=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9975 is #13668A. Grayscale: #ADADAD. Windows color (decimal): -1271435 or 7707116. OLE color: 7707116.

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

Color convert

RGB 236 153 117 -
CMYK 0 0.35 0.50 0.07
HSL 18.15º 0.76% 0.69% -
HSV(B) 18.15º 0.5% 0.93% -
XYZ 49.19 41.9 22.32 -
YUV 173.71 96 172.43 -
System Red Green Blue C M Y K H S L
Decimal 236 153 117 0 0.35 0.50 0.07 18.15 0.76 0.69
Hex EC 99 75 0 23 32 7 12 4C 45
Octal 354 231 165 0 43 62 7 22 114 105
Binary 11101100 10011001 1110101 0 100011 110010 111 10010 1001100 1000101

Color Harmonies of #EC9975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9975

Black with #EC9975

Text Example


Text Example

White with #EC9975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9975; }

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

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

background-color css

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

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

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

border-color css

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

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

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