#ECA17D

Color #ECA17D Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #ECA17D

Tints of Dark Salmon #ECA17D

Color information

#ECA17D (or 0xECA17D) is unknown color: approx Dark Salmon. HEX triplet: EC, A1 and 7D. RGB value is (236,161,125). Sum of RGB (Red+Green+Blue) = 236+161+125=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA17D is #135E82. Grayscale: #B3B3B3. Windows color (decimal): -1269379 or 8233452. OLE color: 8233452.

HSL color Cylindrical-coordinate representation of color #ECA17D: hue angle of 19.46º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECA17D is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB236161125-
CMYK00.320.470.07
HSL19.46º74.5%70.78%-
HSV(B)19.46º47.03%92.55%-
XYZ51.0444.825.36-
YUV179.3297.35168.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.21%
GREEN value IS 161 (63.28% from 255) = 30.84%
BLUE value IS 125 (49.22% from 255) = 23.95%
R=45.21%
G=30.84%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616112500.320.470.0719.4674.570.78
HexECA17D0202F7134a47
Octal35424117504057723112107
Binary1110110010100001111110101000001011111111001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA17D; }

 p { color: rgb(236,161,125); }

 H1.HeaderClassName
 {
   color: #ECA17D;
 }
 .AnyTagClassName
 {
   color: #ECA17D;
 }
</style>
background-color css

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

 a { background-color: rgb(236,161,125); }

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

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

 span { border-color: rgb(236,161,125); }

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