Html Css Color HEX #EC9475 Dark Salmon

📋 copy color: '#EC9475'

red 236 ◦ green 148 ◦ blue 117

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

Shades of Dark Salmon #EC9475

Tints of Dark Salmon #EC9475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.54%

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

R = 47.11%
G = 29.54%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC9475 (or 0xEC9475) is known color: Dark Salmon. HEX triplet: EC, 94 and 75. RGB value is (236,148,117). Sum of RGB (Red+Green+Blue) = 236+148+117=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9475 is #136B8A. Grayscale: #AAAAAA. Windows color (decimal): -1272715 or 7705836. OLE color: 7705836.

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

Color convert

RGB 236 148 117 -
CMYK 0 0.37 0.50 0.07
HSL 15.63º 0.76% 0.69% -
HSV(B) 15.63º 0.5% 0.93% -
XYZ 48.39 40.3 22.06 -
YUV 170.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 236 148 117 0 0.37 0.50 0.07 15.63 0.76 0.69
Hex EC 94 75 0 25 32 7 10 4C 45
Octal 354 224 165 0 45 62 7 20 114 105
Binary 11101100 10010100 1110101 0 100101 110010 111 10000 1001100 1000101

Color Harmonies of #EC9475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9475

Black with #EC9475

Text Example


Text Example

White with #EC9475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9475; }

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

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

background-color css

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

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

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

border-color css

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

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

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