Html Css Color HEX #ECA075 Dark Salmon

📋 copy color: '#ECA075'

red 236 ◦ green 160 ◦ blue 117

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

Shades of Dark Salmon #ECA075

Tints of Dark Salmon #ECA075

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.19%

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

R = 46%
G = 31.19%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECA075 (or 0xECA075) is known color: Dark Salmon. HEX triplet: EC, A0 and 75. RGB value is (236,160,117). Sum of RGB (Red+Green+Blue) = 236+160+117=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA075 is #135F8A. Grayscale: #B2B2B2. Windows color (decimal): -1269643 or 7708908. OLE color: 7708908.

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

Color convert

RGB 236 160 117 -
CMYK 0 0.32 0.50 0.07
HSL 21.68º 0.76% 0.69% -
HSV(B) 21.68º 0.5% 0.93% -
XYZ 50.37 44.26 22.72 -
YUV 177.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 236 160 117 0 0.32 0.50 0.07 21.68 0.76 0.69
Hex EC A0 75 0 20 32 7 16 4C 45
Octal 354 240 165 0 40 62 7 26 114 105
Binary 11101100 10100000 1110101 0 100000 110010 111 10110 1001100 1000101

Color Harmonies of #ECA075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA075

Black with #ECA075

Text Example


Text Example

White with #ECA075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA075; }

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

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

background-color css

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

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

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

border-color css

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

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

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