Html Css Color HEX #EC9A75 Dark Salmon

📋 copy color: '#EC9A75'

red 236 ◦ green 154 ◦ blue 117

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

Shades of Dark Salmon #EC9A75

Tints of Dark Salmon #EC9A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.37%

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

R = 46.55%
G = 30.37%
B = 23.08%

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

#EC9A75 (or 0xEC9A75) is known color: Dark Salmon. HEX triplet: EC, 9A and 75. RGB value is (236,154,117). Sum of RGB (Red+Green+Blue) = 236+154+117=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9A75 is #13658A. Grayscale: #AEAEAE. Windows color (decimal): -1271179 or 7707372. OLE color: 7707372.

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

Color convert

RGB 236 154 117 -
CMYK 0 0.35 0.50 0.07
HSL 18.66º 0.76% 0.69% -
HSV(B) 18.66º 0.5% 0.93% -
XYZ 49.36 42.23 22.38 -
YUV 174.3 95.67 172.01 -
System Red Green Blue C M Y K H S L
Decimal 236 154 117 0 0.35 0.50 0.07 18.66 0.76 0.69
Hex EC 9A 75 0 23 32 7 13 4C 45
Octal 354 232 165 0 43 62 7 23 114 105
Binary 11101100 10011010 1110101 0 100011 110010 111 10011 1001100 1000101

Color Harmonies of #EC9A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9A75

Black with #EC9A75

Text Example


Text Example

White with #EC9A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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