Html Css Color HEX #ECA17E Dark Salmon

📋 copy color: '#ECA17E'

red 236 ◦ green 161 ◦ blue 126

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

Shades of Dark Salmon #ECA17E

Tints of Dark Salmon #ECA17E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.78%

 BLUE value IS 126 (49.61% from 255) = 24.09%

R = 45.12%
G = 30.78%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECA17E (or 0xECA17E) is known color: Dark Salmon. HEX triplet: EC, A1 and 7E. RGB value is (236,161,126). Sum of RGB (Red+Green+Blue) = 236+161+126=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA17E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA17E is #135E81. Grayscale: #B3B3B3. Windows color (decimal): -1269378 or 8298988. OLE color: 8298988.

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

Color convert

RGB 236 161 126 -
CMYK 0 0.32 0.47 0.07
HSL 19.09º 0.74% 0.71% -
HSV(B) 19.09º 0.47% 0.93% -
XYZ 51.1 44.83 25.7 -
YUV 179.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 236 161 126 0 0.32 0.47 0.07 19.09 0.74 0.71
Hex EC A1 7E 0 20 2F 7 13 4A 47
Octal 354 241 176 0 40 57 7 23 112 107
Binary 11101100 10100001 1111110 0 100000 101111 111 10011 1001010 1000111

Color Harmonies of #ECA17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA17E

Black with #ECA17E

Text Example


Text Example

White with #ECA17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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